@gusto/embedded-react-sdk 0.48.1 → 0.48.3

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 (810) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/components/Common/DocumentList/DocumentList.js +12 -12
  3. package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
  4. package/dist/components/Common/DocumentList/DocumentList.module.scss.js +3 -5
  5. package/dist/components/Common/DocumentList/DocumentList.module.scss.js.map +1 -1
  6. package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayoutTypes.d.ts +1 -0
  7. package/dist/components/Common/PaginationControl/PaginationControlTypes.d.ts +7 -3
  8. package/dist/components/Common/PayrollLoading/PayrollLoadingTypes.d.ts +1 -0
  9. package/dist/components/Common/UI/Alert/AlertTypes.d.ts +1 -0
  10. package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -1
  11. package/dist/components/Common/UI/Badge/BadgeTypes.d.ts +1 -0
  12. package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -1
  13. package/dist/components/Common/UI/Banner/BannerTypes.d.ts +1 -0
  14. package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -1
  15. package/dist/components/Common/UI/Box/BoxTypes.d.ts +1 -0
  16. package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.d.ts +1 -0
  17. package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.js.map +1 -1
  18. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +2 -0
  19. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -1
  20. package/dist/components/Common/UI/Button/ButtonTypes.d.ts +4 -2
  21. package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
  22. package/dist/components/Common/UI/CalendarPreview/CalendarPreviewTypes.d.ts +3 -2
  23. package/dist/components/Common/UI/Card/CardTypes.d.ts +1 -0
  24. package/dist/components/Common/UI/Checkbox/CheckboxTypes.d.ts +1 -0
  25. package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
  26. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.d.ts +2 -0
  27. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -1
  28. package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +2 -0
  29. package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +1 -0
  30. package/dist/components/Common/UI/DateRangePicker/DateRangePickerTypes.d.ts +2 -0
  31. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.d.ts +2 -0
  32. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js.map +1 -1
  33. package/dist/components/Common/UI/Dialog/DialogTypes.d.ts +1 -0
  34. package/dist/components/Common/UI/Dialog/DialogTypes.js.map +1 -1
  35. package/dist/components/Common/UI/FileInput/FileInputTypes.d.ts +1 -0
  36. package/dist/components/Common/UI/FileInput/FileInputTypes.js.map +1 -1
  37. package/dist/components/Common/UI/Heading/HeadingTypes.d.ts +1 -0
  38. package/dist/components/Common/UI/Link/LinkTypes.d.ts +4 -3
  39. package/dist/components/Common/UI/List/ListTypes.d.ts +13 -4
  40. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.d.ts +1 -0
  41. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.js.map +1 -1
  42. package/dist/components/Common/UI/Menu/MenuTypes.d.ts +2 -0
  43. package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
  44. package/dist/components/Common/UI/Modal/ModalTypes.d.ts +1 -0
  45. package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -1
  46. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBoxTypes.d.ts +2 -0
  47. package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +1 -0
  48. package/dist/components/Common/UI/ProgressBar/ProgressBarTypes.d.ts +1 -0
  49. package/dist/components/Common/UI/Radio/RadioTypes.d.ts +1 -0
  50. package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -1
  51. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.d.ts +2 -0
  52. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
  53. package/dist/components/Common/UI/Select/SelectTypes.d.ts +2 -0
  54. package/dist/components/Common/UI/Switch/SwitchTypes.d.ts +1 -0
  55. package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
  56. package/dist/components/Common/UI/Table/TableTypes.d.ts +3 -0
  57. package/dist/components/Common/UI/Table/TableTypes.js.map +1 -1
  58. package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +2 -0
  59. package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -0
  60. package/dist/components/Common/UI/Text/TextTypes.js.map +1 -1
  61. package/dist/components/Common/UI/TextArea/TextAreaTypes.d.ts +1 -0
  62. package/dist/components/Common/UI/TextArea/TextAreaTypes.js.map +1 -1
  63. package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +1 -0
  64. package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
  65. package/dist/components/Company/AssignSignatory/AssignSignatory.d.ts +33 -2
  66. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  67. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.d.ts +1 -0
  68. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  69. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.d.ts +1 -0
  70. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  71. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.d.ts +23 -2
  72. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  73. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.d.ts +2 -0
  74. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +13 -13
  75. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  76. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.d.ts +1 -0
  77. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
  78. package/dist/components/Company/AssignSignatory/CreateSignatory/index.d.ts +2 -2
  79. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +10 -1
  80. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +17 -3
  81. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  82. package/dist/components/Company/AssignSignatory/Head.d.ts +1 -0
  83. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  84. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.d.ts +1 -0
  85. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  86. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.d.ts +24 -2
  87. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  88. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.d.ts +3 -0
  89. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  90. package/dist/components/Company/AssignSignatory/InviteSignatory/index.d.ts +2 -2
  91. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +6 -0
  92. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +17 -3
  93. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  94. package/dist/components/Company/AssignSignatory/SignatoryForm.d.ts +1 -0
  95. package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
  96. package/dist/components/Company/AssignSignatory/TitleSelect.d.ts +1 -1
  97. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  98. package/dist/components/Company/AssignSignatory/index.d.ts +2 -5
  99. package/dist/components/Company/AssignSignatory/useAssignSignatory.d.ts +9 -0
  100. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +19 -5
  101. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  102. package/dist/components/Company/BankAccount/BankAccount.d.ts +26 -0
  103. package/dist/components/Company/BankAccount/BankAccount.js +7 -6
  104. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  105. package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +8 -0
  106. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  107. package/dist/components/Company/BankAccount/BankAccountForm/Actions.d.ts +1 -0
  108. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  109. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.d.ts +1 -0
  110. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  111. package/dist/components/Company/BankAccount/BankAccountForm/Form.d.ts +3 -0
  112. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  113. package/dist/components/Company/BankAccount/BankAccountForm/Head.d.ts +1 -0
  114. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  115. package/dist/components/Company/BankAccount/BankAccountForm/context.js +17 -3
  116. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  117. package/dist/components/Company/BankAccount/BankAccountList/AccountView.d.ts +1 -0
  118. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
  119. package/dist/components/Company/BankAccount/BankAccountList/Actions.d.ts +1 -0
  120. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  121. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.d.ts +1 -0
  122. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  123. package/dist/components/Company/BankAccount/BankAccountList/Head.d.ts +1 -0
  124. package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
  125. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.d.ts +1 -0
  126. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  127. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.d.ts +1 -0
  128. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  129. package/dist/components/Company/BankAccount/BankAccountVerify/Form.d.ts +3 -0
  130. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  131. package/dist/components/Company/BankAccount/BankAccountVerify/Head.d.ts +1 -0
  132. package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
  133. package/dist/components/Company/BankAccount/stateMachine.d.ts +1 -0
  134. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  135. package/dist/components/Company/DocumentSigner/DocumentList/Actions.d.ts +1 -0
  136. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  137. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.d.ts +21 -0
  138. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  139. package/dist/components/Company/DocumentSigner/DocumentList/Head.d.ts +1 -0
  140. package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
  141. package/dist/components/Company/DocumentSigner/DocumentList/List.d.ts +1 -0
  142. package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
  143. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.d.ts +1 -0
  144. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
  145. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +17 -3
  146. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  147. package/dist/components/Company/DocumentSigner/DocumentSigner.d.ts +37 -0
  148. package/dist/components/Company/DocumentSigner/DocumentSigner.js +3 -2
  149. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  150. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.d.ts +31 -2
  151. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  152. package/dist/components/Company/DocumentSigner/assignSignatoryState.d.ts +1 -0
  153. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  154. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +4 -0
  155. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  156. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.d.ts +41 -0
  157. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js.map +1 -1
  158. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.d.ts +40 -10
  159. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.js.map +1 -1
  160. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +111 -0
  161. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
  162. package/dist/components/Company/DocumentSigner/stateMachine.d.ts +1 -0
  163. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  164. package/dist/components/Company/DocumentSigner/useDocumentSigner.d.ts +1 -0
  165. package/dist/components/Company/FederalTaxes/Actions.d.ts +1 -0
  166. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  167. package/dist/components/Company/FederalTaxes/FederalTaxes.d.ts +13 -0
  168. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  169. package/dist/components/Company/FederalTaxes/Form.d.ts +1 -0
  170. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  171. package/dist/components/Company/FederalTaxes/Head.d.ts +1 -0
  172. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  173. package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +3 -0
  174. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +26 -12
  175. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  176. package/dist/components/Company/Industry/Actions.d.ts +1 -0
  177. package/dist/components/Company/Industry/Actions.js.map +1 -1
  178. package/dist/components/Company/Industry/Context.js +20 -6
  179. package/dist/components/Company/Industry/Context.js.map +1 -1
  180. package/dist/components/Company/Industry/Edit.d.ts +3 -0
  181. package/dist/components/Company/Industry/Edit.js.map +1 -1
  182. package/dist/components/Company/Industry/Head.d.ts +1 -0
  183. package/dist/components/Company/Industry/Head.js.map +1 -1
  184. package/dist/components/Company/Industry/Industry.d.ts +21 -0
  185. package/dist/components/Company/Industry/Industry.js.map +1 -1
  186. package/dist/components/Company/Industry/IndustrySelect.d.ts +1 -0
  187. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  188. package/dist/components/Company/Industry/index.d.ts +1 -1
  189. package/dist/components/Company/Locations/LocationForm/Actions.d.ts +1 -0
  190. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  191. package/dist/components/Company/Locations/LocationForm/Form.d.ts +3 -0
  192. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  193. package/dist/components/Company/Locations/LocationForm/Head.d.ts +1 -0
  194. package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
  195. package/dist/components/Company/Locations/LocationForm/LocationForm.d.ts +16 -0
  196. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  197. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +17 -3
  198. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  199. package/dist/components/Company/Locations/Locations.d.ts +26 -0
  200. package/dist/components/Company/Locations/Locations.js.map +1 -1
  201. package/dist/components/Company/Locations/LocationsList/Actions.d.ts +1 -0
  202. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  203. package/dist/components/Company/Locations/LocationsList/Head.d.ts +1 -0
  204. package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
  205. package/dist/components/Company/Locations/LocationsList/List.d.ts +1 -1
  206. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  207. package/dist/components/Company/Locations/LocationsList/LocationsList.d.ts +23 -2
  208. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  209. package/dist/components/Company/Locations/LocationsList/index.d.ts +1 -1
  210. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +17 -3
  211. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  212. package/dist/components/Company/Locations/locationsStateMachine.d.ts +4 -0
  213. package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
  214. package/dist/components/Company/Locations/stateMachine.d.ts +1 -1
  215. package/dist/components/Company/Locations/stateMachine.js +0 -1
  216. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  217. package/dist/components/Company/OnboardingFlow/OnboardingFlow.d.ts +25 -0
  218. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  219. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.d.ts +19 -1
  220. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  221. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.d.ts +1 -0
  222. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  223. package/dist/components/Company/OnboardingOverview/Completed.d.ts +1 -0
  224. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  225. package/dist/components/Company/OnboardingOverview/MissingRequirements.d.ts +1 -0
  226. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  227. package/dist/components/Company/OnboardingOverview/OnboardingOverview.d.ts +18 -0
  228. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  229. package/dist/components/Company/OnboardingOverview/context.js +18 -4
  230. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  231. package/dist/components/Company/PaySchedule/PaySchedule.d.ts +36 -3
  232. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  233. package/dist/components/Company/PaySchedule/PayScheduleComponents.d.ts +3 -0
  234. package/dist/components/Company/PaySchedule/PayScheduleComponents.js.map +1 -1
  235. package/dist/components/Company/PaySchedule/PayScheduleForm.d.ts +1 -0
  236. package/dist/components/Company/PaySchedule/PayScheduleForm.js +3 -2
  237. package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -1
  238. package/dist/components/Company/PaySchedule/PayScheduleList.d.ts +1 -0
  239. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
  240. package/dist/components/Company/PaySchedule/payScheduleStateMachine.d.ts +1 -0
  241. package/dist/components/Company/PaySchedule/payScheduleStateMachine.js.map +1 -1
  242. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.d.ts +136 -0
  243. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js.map +1 -1
  244. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/index.d.ts +2 -1
  245. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.d.ts +48 -26
  246. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.js.map +1 -1
  247. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +134 -0
  248. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
  249. package/dist/components/Company/StateTaxes/StateTaxes.d.ts +25 -0
  250. package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
  251. package/dist/components/Company/StateTaxes/StateTaxesComponents.d.ts +6 -0
  252. package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
  253. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.d.ts +1 -0
  254. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  255. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.d.ts +1 -3
  256. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js +16 -18
  257. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
  258. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.d.ts +1 -0
  259. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
  260. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.d.ts +31 -0
  261. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  262. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +17 -3
  263. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  264. package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.d.ts +2 -0
  265. package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.js.map +1 -1
  266. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.d.ts +1 -0
  267. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  268. package/dist/components/Company/StateTaxes/StateTaxesList/Head.d.ts +1 -0
  269. package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
  270. package/dist/components/Company/StateTaxes/StateTaxesList/List.d.ts +1 -0
  271. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  272. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.d.ts +16 -0
  273. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  274. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +17 -3
  275. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  276. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.d.ts +1 -0
  277. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  278. package/dist/components/Company/exports/companyOnboarding.d.ts +7 -6
  279. package/dist/components/Company/exports/companyOnboarding.js +18 -16
  280. package/dist/components/Company/exports/companyOnboarding.js.map +1 -1
  281. package/dist/components/Company/index.d.ts +1 -17
  282. package/dist/components/Contractor/Address/Actions.d.ts +1 -0
  283. package/dist/components/Contractor/Address/Actions.js.map +1 -1
  284. package/dist/components/Contractor/Address/Address.d.ts +36 -1
  285. package/dist/components/Contractor/Address/Address.js.map +1 -1
  286. package/dist/components/Contractor/Address/Form.d.ts +1 -0
  287. package/dist/components/Contractor/Address/Form.js.map +1 -1
  288. package/dist/components/Contractor/Address/Head.d.ts +1 -0
  289. package/dist/components/Contractor/Address/Head.js.map +1 -1
  290. package/dist/components/Contractor/Address/index.d.ts +1 -1
  291. package/dist/components/Contractor/Address/useAddress.d.ts +8 -1
  292. package/dist/components/Contractor/Address/useAddress.js +19 -5
  293. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  294. package/dist/components/Contractor/ContractorList/index.d.ts +22 -9
  295. package/dist/components/Contractor/ContractorList/index.js +1 -3
  296. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  297. package/dist/components/Contractor/ContractorList/useContractorList.d.ts +3 -5
  298. package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
  299. package/dist/components/Contractor/NewHireReport/NewHireReport.d.ts +33 -9
  300. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  301. package/dist/components/Contractor/NewHireReport/types.d.ts +7 -0
  302. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.d.ts +58 -0
  303. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js.map +1 -1
  304. package/dist/components/Contractor/OnboardingFlow/OnboardingFlowComponents.d.ts +28 -2
  305. package/dist/components/Contractor/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  306. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.d.ts +1 -0
  307. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  308. package/dist/components/Contractor/PaymentMethod/BankAccountForm.d.ts +1 -0
  309. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  310. package/dist/components/Contractor/PaymentMethod/PaymentMethod.d.ts +33 -16
  311. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  312. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.d.ts +1 -9
  313. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +11 -15
  314. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  315. package/dist/components/Contractor/PaymentMethod/types.d.ts +7 -0
  316. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.d.ts +40 -3
  317. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +1 -2
  318. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
  319. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +1 -0
  320. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  321. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.d.ts +4 -18
  322. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.js +0 -1
  323. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.js.map +1 -1
  324. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.d.ts +1 -0
  325. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
  326. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +1 -0
  327. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  328. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +1 -0
  329. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
  330. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +1 -0
  331. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  332. package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -0
  333. package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
  334. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.d.ts +40 -0
  335. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js.map +1 -1
  336. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +13 -0
  337. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -1
  338. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.d.ts +2 -0
  339. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
  340. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.d.ts +30 -3
  341. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +1 -2
  342. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
  343. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +1 -0
  344. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  345. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.d.ts +15 -3
  346. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +3 -3
  347. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
  348. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +1 -0
  349. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  350. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.d.ts +25 -2
  351. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
  352. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +1 -0
  353. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  354. package/dist/components/Contractor/Payments/PaymentSummary/index.d.ts +1 -2
  355. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.d.ts +28 -3
  356. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -3
  357. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
  358. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +1 -0
  359. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  360. package/dist/components/Contractor/Payments/types.d.ts +8 -4
  361. package/dist/components/Contractor/Profile/ContractorProfile.d.ts +30 -6
  362. package/dist/components/Contractor/Profile/ContractorProfile.js +5 -9
  363. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  364. package/dist/components/Contractor/Profile/ContractorProfileForm.d.ts +2 -0
  365. package/dist/components/Contractor/Profile/ContractorProfileForm.js +13 -13
  366. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  367. package/dist/components/Contractor/Profile/index.d.ts +1 -2
  368. package/dist/components/Contractor/Profile/useContractorProfile.d.ts +16 -2
  369. package/dist/components/Contractor/Profile/useContractorProfile.js +49 -39
  370. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  371. package/dist/components/Contractor/Submit/Submit.d.ts +21 -1
  372. package/dist/components/Contractor/Submit/Submit.js +1 -2
  373. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  374. package/dist/components/Contractor/Submit/SubmitDone.d.ts +1 -0
  375. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  376. package/dist/components/Contractor/exports/contractorManagement.d.ts +6 -6
  377. package/dist/components/Contractor/exports/contractorOnboarding.d.ts +9 -4
  378. package/dist/components/Employee/Compensation/management/Compensation.js +3 -2
  379. package/dist/components/Employee/Compensation/management/Compensation.js.map +1 -1
  380. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js +9 -8
  381. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js.map +1 -1
  382. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js +3 -2
  383. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js.map +1 -1
  384. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +3 -2
  385. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -1
  386. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +3 -2
  387. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -1
  388. package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js +3 -2
  389. package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js.map +1 -1
  390. package/dist/components/Employee/Compensation/onboarding/Compensation.js +3 -2
  391. package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
  392. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js +3 -2
  393. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js.map +1 -1
  394. package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.d.ts +29 -61
  395. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.d.ts +19 -23
  396. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js +5 -0
  397. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js.map +1 -1
  398. package/dist/components/Employee/Deductions/management/Deductions.js +3 -2
  399. package/dist/components/Employee/Deductions/management/Deductions.js.map +1 -1
  400. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js +3 -2
  401. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js.map +1 -1
  402. package/dist/components/Employee/Deductions/onboarding/Deductions.d.ts +1 -3
  403. package/dist/components/Employee/Deductions/onboarding/Deductions.js +21 -26
  404. package/dist/components/Employee/Deductions/onboarding/Deductions.js.map +1 -1
  405. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js +55 -50
  406. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -1
  407. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.d.ts +0 -4
  408. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js +33 -43
  409. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -1
  410. package/dist/components/Employee/Deductions/onboarding/stateMachine.d.ts +0 -1
  411. package/dist/components/Employee/Deductions/onboarding/stateMachine.js +36 -60
  412. package/dist/components/Employee/Deductions/onboarding/stateMachine.js.map +1 -1
  413. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js +63 -61
  414. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -1
  415. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +1 -18
  416. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.d.ts +2 -25
  417. package/dist/components/Employee/Documents/management/Documents.js +3 -2
  418. package/dist/components/Employee/Documents/management/Documents.js.map +1 -1
  419. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.d.ts +25 -5
  420. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  421. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/index.d.ts +3 -0
  422. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +17 -3
  423. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  424. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +12 -11
  425. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
  426. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +16 -16
  427. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +28 -5
  428. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  429. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/index.d.ts +3 -0
  430. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.d.ts +1 -4
  431. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.d.ts +26 -5
  432. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js.map +1 -1
  433. package/dist/components/Employee/Documents/shared/SignatureForm/index.d.ts +3 -0
  434. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +2 -48
  435. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +22 -14
  436. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
  437. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js +10 -9
  438. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js.map +1 -1
  439. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js +3 -2
  440. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js.map +1 -1
  441. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js +9 -8
  442. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js.map +1 -1
  443. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +14 -13
  444. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js.map +1 -1
  445. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.d.ts +3 -20
  446. package/dist/components/Employee/HomeAddress/management/HomeAddress.js +3 -2
  447. package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -1
  448. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js +7 -6
  449. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js.map +1 -1
  450. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js +7 -6
  451. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js.map +1 -1
  452. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.d.ts +3 -15
  453. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.d.ts +3 -12
  454. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.d.ts +2 -11
  455. package/dist/components/Employee/Profile/management/Profile.js +12 -11
  456. package/dist/components/Employee/Profile/management/Profile.js.map +1 -1
  457. package/dist/components/Employee/Profile/management/ProfileEditForm.js +13 -12
  458. package/dist/components/Employee/Profile/management/ProfileEditForm.js.map +1 -1
  459. package/dist/components/Employee/Profile/onboarding/AdminProfile.js +11 -10
  460. package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
  461. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +3 -2
  462. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
  463. package/dist/components/Employee/Profile/onboarding/Profile.js +12 -11
  464. package/dist/components/Employee/Profile/onboarding/Profile.js.map +1 -1
  465. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +3 -22
  466. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +3 -17
  467. package/dist/components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.d.ts +3 -10
  468. package/dist/components/Employee/StateTaxes/management/StateTaxes.js +10 -9
  469. package/dist/components/Employee/StateTaxes/management/StateTaxes.js.map +1 -1
  470. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js +7 -6
  471. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js.map +1 -1
  472. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js +3 -2
  473. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js.map +1 -1
  474. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js +3 -2
  475. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js.map +1 -1
  476. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +10 -10
  477. package/dist/components/Employee/WorkAddress/management/WorkAddress.js +7 -6
  478. package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -1
  479. package/dist/components/Employee/exports/employeeOnboarding.d.ts +3 -0
  480. package/dist/components/Employee/exports/employeeOnboarding.js +28 -22
  481. package/dist/components/Employee/exports/employeeOnboarding.js.map +1 -1
  482. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.d.ts +36 -2
  483. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  484. package/dist/components/InformationRequests/InformationRequestForm/index.d.ts +1 -1
  485. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.d.ts +22 -2
  486. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +8 -7
  487. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  488. package/dist/components/InformationRequests/InformationRequestList/index.d.ts +1 -1
  489. package/dist/components/InformationRequests/InformationRequests.d.ts +29 -2
  490. package/dist/components/InformationRequests/InformationRequests.js +8 -7
  491. package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
  492. package/dist/components/InformationRequests/InformationRequestsComponents.d.ts +2 -0
  493. package/dist/components/InformationRequests/InformationRequestsComponents.js.map +1 -1
  494. package/dist/components/InformationRequests/index.d.ts +3 -3
  495. package/dist/components/InformationRequests/informationRequestsStateMachine.d.ts +2 -0
  496. package/dist/components/InformationRequests/informationRequestsStateMachine.js.map +1 -1
  497. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +36 -3
  498. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +22 -17
  499. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
  500. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.d.ts +1 -0
  501. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +3 -2
  502. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
  503. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.d.ts +14 -0
  504. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js.map +1 -1
  505. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +1 -8
  506. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +9 -10
  507. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  508. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +1 -1
  509. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +1 -1
  510. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
  511. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.d.ts +11 -0
  512. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -1
  513. package/dist/components/Payroll/ConfirmWireDetails/index.d.ts +1 -2
  514. package/dist/components/Payroll/ConfirmWireDetails/types.d.ts +23 -0
  515. package/dist/components/Payroll/Dismissal/DismissalFlow.d.ts +18 -0
  516. package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
  517. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.d.ts +15 -0
  518. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
  519. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.d.ts +24 -0
  520. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
  521. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.d.ts +7 -0
  522. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
  523. package/dist/components/Payroll/Dismissal/dismissalStateMachine.d.ts +2 -0
  524. package/dist/components/Payroll/Dismissal/dismissalStateMachine.js.map +1 -1
  525. package/dist/components/Payroll/Dismissal/index.d.ts +1 -1
  526. package/dist/components/Payroll/GrossUpModal/GrossUpModal.d.ts +1 -0
  527. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +34 -25
  528. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  529. package/dist/components/Payroll/GrossUpModal/GrossUpModalTypes.d.ts +5 -0
  530. package/dist/components/Payroll/GrossUpModal/index.d.ts +0 -1
  531. package/dist/components/Payroll/OffCycle/OffCycleFlow.d.ts +31 -0
  532. package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
  533. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.d.ts +20 -0
  534. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
  535. package/dist/components/Payroll/OffCycle/offCycleStateMachine.d.ts +2 -0
  536. package/dist/components/Payroll/OffCycle/offCycleStateMachine.js.map +1 -1
  537. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.d.ts +20 -0
  538. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
  539. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.d.ts +1 -0
  540. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
  541. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationTypes.d.ts +24 -0
  542. package/dist/components/Payroll/OffCycleCreation/index.d.ts +1 -1
  543. package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.d.ts +16 -0
  544. package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.js.map +1 -1
  545. package/dist/components/Payroll/OffCycleDeductionsSetting/types.d.ts +13 -0
  546. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.d.ts +1 -0
  547. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +1 -1
  548. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
  549. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.d.ts +18 -1
  550. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js.map +1 -1
  551. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.d.ts +1 -1
  552. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js +0 -1
  553. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js.map +1 -1
  554. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.d.ts +15 -0
  555. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js.map +1 -1
  556. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.d.ts +1 -0
  557. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
  558. package/dist/components/Payroll/OffCycleReasonSelection/types.d.ts +43 -0
  559. package/dist/components/Payroll/OffCycleReasonSelection/types.js.map +1 -1
  560. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.d.ts +1 -0
  561. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  562. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModalTypes.d.ts +5 -1
  563. package/dist/components/Payroll/OffCycleTaxWithholdingModal/index.d.ts +0 -1
  564. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.d.ts +1 -0
  565. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.js.map +1 -1
  566. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +14 -0
  567. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
  568. package/dist/components/Payroll/OffCycleTaxWithholdingTable/index.d.ts +0 -2
  569. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.d.ts +3 -0
  570. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  571. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.d.ts +19 -5
  572. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +3 -2
  573. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  574. package/dist/components/Payroll/PayrollBlocker/index.d.ts +0 -1
  575. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.d.ts +17 -11
  576. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +0 -2
  577. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
  578. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.d.ts +31 -3
  579. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +1 -2
  580. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  581. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +1 -0
  582. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  583. package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.d.ts +2 -0
  584. package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.js.map +1 -1
  585. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +2 -0
  586. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
  587. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.d.ts +42 -3
  588. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +1 -2
  589. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  590. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +4 -18
  591. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +0 -1
  592. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  593. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +8 -6
  594. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +0 -1
  595. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  596. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +65 -0
  597. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
  598. package/dist/components/Payroll/PayrollExecutionFlow/index.d.ts +0 -1
  599. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.d.ts +2 -0
  600. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
  601. package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.d.ts +1 -0
  602. package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.js.map +1 -1
  603. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.d.ts +1 -0
  604. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
  605. package/dist/components/Payroll/PayrollFlow/PayrollFlow.d.ts +38 -0
  606. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js.map +1 -1
  607. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +27 -0
  608. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  609. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.d.ts +1 -0
  610. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
  611. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.d.ts +2 -0
  612. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  613. package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +25 -1
  614. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +1 -2
  615. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
  616. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +1 -0
  617. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  618. package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +33 -4
  619. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +1 -2
  620. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
  621. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +19 -0
  622. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
  623. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.d.ts +2 -0
  624. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
  625. package/dist/components/Payroll/PayrollList/PayrollList.d.ts +32 -13
  626. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  627. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +1 -0
  628. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +65 -68
  629. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  630. package/dist/components/Payroll/PayrollList/types.d.ts +1 -0
  631. package/dist/components/Payroll/PayrollOverview/PayrollOverview.d.ts +39 -3
  632. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +144 -132
  633. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  634. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +4 -3
  635. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +167 -167
  636. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  637. package/dist/components/Payroll/PayrollOverview/PayrollOverviewTypes.d.ts +1 -0
  638. package/dist/components/Payroll/PayrollOverview/PayrollOverviewTypes.js.map +1 -1
  639. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +1 -0
  640. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  641. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +1 -0
  642. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
  643. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.d.ts +26 -3
  644. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +8 -12
  645. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
  646. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +1 -0
  647. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +40 -35
  648. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  649. package/dist/components/Payroll/PayrollStatusBadges/PayrollStatusBadges.d.ts +1 -0
  650. package/dist/components/Payroll/PayrollStatusBadges/PayrollStatusBadges.js.map +1 -1
  651. package/dist/components/Payroll/PayrollStatusBadges/index.d.ts +0 -2
  652. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +26 -0
  653. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
  654. package/dist/components/Payroll/PayrollStatusBadges/usePayrollStatusBadges.d.ts +2 -0
  655. package/dist/components/Payroll/PayrollStatusBadges/usePayrollStatusBadges.js.map +1 -1
  656. package/dist/components/Payroll/RecoveryCases/RecoveryCases.d.ts +21 -1
  657. package/dist/components/Payroll/RecoveryCases/RecoveryCases.js +7 -6
  658. package/dist/components/Payroll/RecoveryCases/RecoveryCases.js.map +1 -1
  659. package/dist/components/Payroll/RecoveryCases/RecoveryCasesComponents.d.ts +5 -0
  660. package/dist/components/Payroll/RecoveryCases/RecoveryCasesComponents.js.map +1 -1
  661. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.d.ts +1 -0
  662. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +3 -2
  663. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  664. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.d.ts +1 -0
  665. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  666. package/dist/components/Payroll/RecoveryCases/index.d.ts +0 -1
  667. package/dist/components/Payroll/RecoveryCases/recoveryCasesStateMachine.d.ts +5 -0
  668. package/dist/components/Payroll/RecoveryCases/recoveryCasesStateMachine.js.map +1 -1
  669. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.d.ts +5 -0
  670. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
  671. package/dist/components/Payroll/Transition/TransitionFlow.d.ts +21 -0
  672. package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
  673. package/dist/components/Payroll/Transition/TransitionFlowComponents.d.ts +23 -0
  674. package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
  675. package/dist/components/Payroll/Transition/transitionStateMachine.d.ts +2 -0
  676. package/dist/components/Payroll/Transition/transitionStateMachine.js.map +1 -1
  677. package/dist/components/Payroll/TransitionCreation/TransitionCreation.d.ts +20 -0
  678. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
  679. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.d.ts +7 -0
  680. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +10 -10
  681. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
  682. package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.d.ts +27 -0
  683. package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.js.map +1 -1
  684. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.d.ts +1 -0
  685. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
  686. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +5 -0
  687. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
  688. package/dist/components/Payroll/helpers.d.ts +157 -26
  689. package/dist/components/Payroll/helpers.js +0 -1
  690. package/dist/components/Payroll/helpers.js.map +1 -1
  691. package/dist/components/Payroll/index.d.ts +11 -2
  692. package/dist/components/Payroll/payrollTypes.d.ts +24 -0
  693. package/dist/components/Payroll/payrollTypes.js.map +1 -1
  694. package/dist/components/Payroll/usePreparedPayrollData.d.ts +12 -0
  695. package/dist/components/Payroll/usePreparedPayrollData.js +33 -22
  696. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  697. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +7 -0
  698. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -1
  699. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.d.ts +19 -0
  700. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +3 -2
  701. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -1
  702. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +44 -0
  703. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +3 -2
  704. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -1
  705. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.d.ts +4 -0
  706. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
  707. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.d.ts +1 -0
  708. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js.map +1 -1
  709. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailTypes.d.ts +28 -2
  710. package/dist/components/TimeOff/HolidayPolicyDetail/index.d.ts +0 -2
  711. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.d.ts +26 -0
  712. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
  713. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.d.ts +1 -0
  714. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
  715. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormTypes.d.ts +10 -0
  716. package/dist/components/TimeOff/PolicyList/PolicyList.d.ts +25 -0
  717. package/dist/components/TimeOff/PolicyList/PolicyList.js +3 -2
  718. package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
  719. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.d.ts +1 -0
  720. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
  721. package/dist/components/TimeOff/PolicyList/PolicyListTypes.d.ts +17 -0
  722. package/dist/components/TimeOff/PolicySettings/PolicySettings.d.ts +22 -0
  723. package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
  724. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +14 -0
  725. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
  726. package/dist/components/TimeOff/PolicySettings/PolicySettingsTypes.d.ts +31 -0
  727. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.d.ts +23 -0
  728. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
  729. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.d.ts +1 -0
  730. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
  731. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorTypes.d.ts +10 -0
  732. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.d.ts +42 -0
  733. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.js.map +1 -1
  734. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +26 -0
  735. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
  736. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +15 -3
  737. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js +1 -6
  738. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
  739. package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.d.ts +1 -0
  740. package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
  741. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.d.ts +29 -0
  742. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
  743. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +1 -0
  744. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
  745. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormTypes.d.ts +59 -1
  746. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/index.d.ts +0 -3
  747. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +1 -0
  748. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
  749. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -0
  750. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +43 -42
  751. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
  752. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +2 -0
  753. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +1 -0
  754. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
  755. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +3 -0
  756. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
  757. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.d.ts +9 -0
  758. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -1
  759. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.d.ts +25 -0
  760. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
  761. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.d.ts +14 -0
  762. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js.map +1 -1
  763. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailTypes.d.ts +97 -6
  764. package/dist/components/TimeOff/TimeOffPolicyDetail/index.d.ts +1 -5
  765. package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.d.ts +23 -0
  766. package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js.map +1 -1
  767. package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.d.ts +22 -0
  768. package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.js.map +1 -1
  769. package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.d.ts +22 -0
  770. package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js.map +1 -1
  771. package/dist/components/TimeOff/index.d.ts +8 -2
  772. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.d.ts +1 -0
  773. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +48 -49
  774. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -1
  775. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTableTypes.d.ts +66 -0
  776. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.d.ts +1 -0
  777. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js.map +1 -1
  778. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayoutTypes.d.ts +28 -0
  779. package/dist/components/TimeOff/shared/PolicyDetailLayout/index.d.ts +0 -1
  780. package/dist/components/TimeOff/shared/holidayHelpers.d.ts +5 -0
  781. package/dist/components/TimeOff/shared/holidayHelpers.js.map +1 -1
  782. package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +4 -4
  783. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +39 -39
  784. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
  785. package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +42 -42
  786. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  787. package/dist/index.d.ts +3 -3
  788. package/dist/index.js +202 -193
  789. package/dist/index.js.map +1 -1
  790. package/dist/partner-hook-utils/form/buildFormSchema.d.ts +27 -4
  791. package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -1
  792. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js +1 -1
  793. package/dist/shared/constants.d.ts +12 -5
  794. package/dist/shared/constants.js +0 -2
  795. package/dist/shared/constants.js.map +1 -1
  796. package/dist/style.css +1 -1
  797. package/docs/reference/endpoint-inventory.json +66 -4
  798. package/package.json +11 -10
  799. package/dist/assets/icons/feature-icon-check.svg.js +0 -10
  800. package/dist/assets/icons/feature-icon-check.svg.js.map +0 -1
  801. package/dist/components/Contractor/index.d.ts +0 -14
  802. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.d.ts +0 -8
  803. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.js +0 -44
  804. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.js.map +0 -1
  805. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.module.scss.js +0 -12
  806. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.module.scss.js.map +0 -1
  807. package/dist/components/Payroll/PayrollEditEmployee/index.d.ts +0 -4
  808. package/dist/components/Payroll/PayrollFlow/index.d.ts +0 -3
  809. package/dist/components/TimeOff/TimeOffFlow/index.d.ts +0 -3
  810. package/dist/components/TimeOff/shared/EmployeeTable/index.d.ts +0 -4
@@ -7,51 +7,164 @@ import { PayScheduleShow as PayScheduleObject } from '@gusto/embedded-api-v-2025
7
7
  import { Payroll } from '@gusto/embedded-api-v-2025-11-15/models/components/payroll';
8
8
  import { PayrollType } from './PayrollList/types';
9
9
  import { PayrollCategory } from './payrollTypes';
10
- export declare const getPrimaryJob: (employee: Employee) => import('@gusto/embedded-api-v-2025-11-15/models/components/job.js').Job | null;
10
+ /**
11
+ * Formats an employee's primary-job pay rate into a localized display string.
12
+ *
13
+ * @remarks
14
+ * Returns `null` when the employee has no jobs, the primary job has no compensations, or the rate is missing
15
+ * or zero.
16
+ *
17
+ * @param args - The employee, translation function, and locale to format against.
18
+ * @returns The formatted pay-rate string, or `null` when no usable rate is available.
19
+ * @internal
20
+ */
11
21
  export declare const formatEmployeePayRate: ({ employee, t, locale, }: {
12
22
  employee?: Employee;
13
23
  t: TFunction;
14
24
  locale?: string;
15
25
  }) => string | null;
26
+ /**
27
+ * Returns a memoized formatter that produces a localized pay-rate string from an employee's primary job.
28
+ *
29
+ * @returns A callback that takes an `Employee` and returns the formatted pay-rate string, or `null` when the
30
+ * employee has no usable primary-job compensation.
31
+ * @internal
32
+ */
16
33
  export declare const useFormatEmployeePayRate: () => (employee?: Employee) => string | null;
17
- export declare const getEmployeePayRateInfo: (employee: Employee | undefined) => {
18
- rate: number;
19
- paymentUnit: import('@gusto/embedded-api-v-2025-11-15/models/components/compensation').PaymentUnit;
20
- } | null;
34
+ /**
35
+ * Sums hourly-compensation rows named `'regular hours'`.
36
+ *
37
+ * @param compensation - The employee compensation entry.
38
+ * @returns The total regular hours worked, or `0` when none are recorded.
39
+ * @internal
40
+ */
21
41
  export declare const getRegularHours: (compensation: PayrollEmployeeCompensationsType) => number;
42
+ /**
43
+ * Sums the overtime hours (multiplier greater than `1`) from an employee compensation.
44
+ *
45
+ * @param compensation - The employee compensation entry.
46
+ * @returns The total overtime hours, or `0` when the compensation is excluded or has none.
47
+ * @internal
48
+ */
22
49
  export declare function getOvertimeHours(compensation: PayrollEmployeeCompensationsType): number;
50
+ /**
51
+ * Sums the paid-time-off hours from an employee compensation.
52
+ *
53
+ * @param compensation - The employee compensation entry.
54
+ * @returns The total PTO hours, or `0` when none are recorded.
55
+ * @internal
56
+ */
23
57
  export declare const getTotalPtoHours: (compensation: PayrollEmployeeCompensationsType) => number;
58
+ /**
59
+ * Sums fixed-compensation amounts excluding reimbursements and minimum-wage adjustments.
60
+ *
61
+ * @param compensation - The employee compensation entry.
62
+ * @returns The total additional earnings amount, or `0` when none qualify.
63
+ * @internal
64
+ */
24
65
  export declare const getAdditionalEarnings: (compensation: PayrollEmployeeCompensationsType) => number;
66
+ /**
67
+ * Returns the total reimbursement amount for an employee compensation.
68
+ *
69
+ * @remarks
70
+ * Prefers the explicit `reimbursements` array when present; falls back to a fixed-compensation row named
71
+ * `'Reimbursement'` for older payroll shapes.
72
+ *
73
+ * @param compensation - The employee compensation entry.
74
+ * @returns The summed reimbursement amount, or `0` when none.
75
+ * @internal
76
+ */
25
77
  export declare const getReimbursements: (compensation: PayrollEmployeeCompensationsType) => number;
26
78
  /**
27
- * Normalizes a reimbursement list for submission to the v2025-11-15 API:
28
- *
29
- * - Drops named rows that would be no-ops on the server (zero amount with no
30
- * existing uuid).
31
- * - Drops named rows with an existing uuid and zero amount — these are removals,
32
- * and the backend's `replace_itemized_reimbursements` deletes any persisted
33
- * reimbursement whose uuid is omitted from the incoming list.
34
- * - Consolidates multiple unnamed (description-less) rows into a single unnamed
35
- * entry, since the API rejects more than one unnamed reimbursement per employee.
36
- * - When the consolidated unnamed total is zero, sends no unnamed entry at all.
37
- * The backend's full-replace semantics then delete any persisted unnamed entry
38
- * (unnamed entries never have uuids, so this is the only way to remove them).
39
- * - Maps the read shape (`description: string | null`) to the write shape
40
- * (`description?: string`), omitting the field when there is no description.
79
+ * Normalizes a reimbursement list for submission to the v2025-11-15 API.
80
+ *
81
+ * @remarks
82
+ * - Drops named rows that would be no-ops on the server (zero amount with no existing uuid).
83
+ * - Drops named rows with an existing uuid and zero amount — these are removals, and the backend's
84
+ * `replace_itemized_reimbursements` deletes any persisted reimbursement whose uuid is omitted from the
85
+ * incoming list.
86
+ * - Consolidates multiple unnamed (description-less) rows into a single unnamed entry, since the API rejects
87
+ * more than one unnamed reimbursement per employee.
88
+ * - When the consolidated unnamed total is zero, sends no unnamed entry at all. The backend's full-replace
89
+ * semantics then delete any persisted unnamed entry (unnamed entries never have uuids, so this is the only
90
+ * way to remove them).
91
+ * - Maps the read shape (`description: string | null`) to the write shape (`description?: string`), omitting
92
+ * the field when there is no description.
93
+ *
94
+ * @param reimbursements - The reimbursements pulled from the prepared payroll.
95
+ * @returns The normalized reimbursements ready to send on a payroll update.
96
+ * @internal
41
97
  */
42
98
  export declare const cleanupReimbursements: (reimbursements: Reimbursement[]) => PayrollUpdateReimbursements[];
99
+ /**
100
+ * Formats an hours value for display, rounding to two decimals and ensuring whole numbers render with `.0`.
101
+ *
102
+ * @param hours - The hours value to format.
103
+ * @returns A string like `'40.0'` or `'37.25'`.
104
+ * @internal
105
+ */
43
106
  export declare const formatHoursDisplay: (hours: number) => string;
107
+ /**
108
+ * Calculates an employee's gross pay for a payroll, combining regular and overtime pay,
109
+ * additional earnings, PTO pay, and any minimum-wage adjustment.
110
+ *
111
+ * @remarks
112
+ * Returns `0` when the compensation is excluded or the employee has no primary job compensation effective
113
+ * on the given date. The result is rounded to two decimal places.
114
+ *
115
+ * @param compensation - The employee compensation entry from the payroll.
116
+ * @param employee - The employee record (used to look up jobs and effective compensations).
117
+ * @param compensationEffectiveDateString - ISO date used to resolve the effective compensation; defaults to now.
118
+ * @param paySchedule - The pay schedule, used to derive expected hours per pay period.
119
+ * @param payrollCategory - The payroll category; off-cycle categories change how PTO hours are summed.
120
+ * @returns The gross pay amount.
121
+ * @internal
122
+ */
44
123
  export declare const calculateGrossPay: (compensation: PayrollEmployeeCompensationsType, employee: Employee, compensationEffectiveDateString?: string, paySchedule?: PayScheduleObject, payrollCategory?: PayrollCategory) => number;
124
+ /**
125
+ * Returns the high-level payroll type — `'External'`, `'Off-Cycle'`, or `'Regular'`.
126
+ *
127
+ * @param payroll - The payroll whose type to classify.
128
+ * @returns The payroll type string.
129
+ * @internal
130
+ */
45
131
  export declare const getPayrollType: (payroll: {
46
132
  external?: boolean;
47
133
  offCycle?: boolean;
48
134
  }) => PayrollType;
135
+ /**
136
+ * Returns whether an off-cycle reason indicates a dismissal payroll.
137
+ *
138
+ * @param offCycleReason - The payroll's off-cycle reason string.
139
+ * @returns `true` when the reason matches the dismissed-employee reason.
140
+ * @internal
141
+ */
49
142
  export declare const isDismissalPayroll: (offCycleReason?: string | null) => boolean;
143
+ /**
144
+ * Returns a human-readable label describing the payroll type, mapping off-cycle reasons to display strings.
145
+ *
146
+ * @param payroll - The payroll whose type to describe.
147
+ * @returns `'External'`, `'Regular'`, `'Off-Cycle'`, or a label derived from the off-cycle reason
148
+ * (e.g. `'Bonus'`, `'Dismissal'`).
149
+ * @internal
150
+ */
50
151
  export declare const getPayrollTypeLabel: (payroll: {
51
152
  external?: boolean;
52
153
  offCycle?: boolean;
53
154
  offCycleReason?: string | null;
54
155
  }) => string;
156
+ /**
157
+ * Merges existing fixed compensations with placeholder entries for any compensation types the employee
158
+ * doesn't yet have, then filters out excluded types and sorts the result alphabetically.
159
+ *
160
+ * @remarks
161
+ * Owners (FLSA status `Owner`) never receive placeholder entries. Placeholders are added with `amount: '0.00'`
162
+ * and the supplied `primaryJobUuid`.
163
+ *
164
+ * @param options - Inputs controlling which placeholder entries to add and which types to exclude.
165
+ * @returns The merged, filtered, and sorted list of fixed compensations.
166
+ * @internal
167
+ */
55
168
  export declare const getAdditionalEarningsCompensations: ({ flsaStatus, existingFixedCompensations, primaryJobUuid, fixedCompensationTypes, excludedTypes, }: {
56
169
  flsaStatus: string | undefined;
57
170
  existingFixedCompensations?: FixedCompensations[];
@@ -59,20 +172,38 @@ export declare const getAdditionalEarningsCompensations: ({ flsaStatus, existing
59
172
  fixedCompensationTypes?: PayrollFixedCompensationTypesType[];
60
173
  excludedTypes?: string[];
61
174
  }) => FixedCompensations[];
175
+ /**
176
+ * Returns whether any non-excluded employee compensation uses Direct Deposit.
177
+ *
178
+ * @remarks
179
+ * When the input is empty or every compensation is excluded, returns `true` so callers don't gate UI on an
180
+ * empty set.
181
+ *
182
+ * @param employeeCompensations - The employee compensations to inspect.
183
+ * @returns `true` when at least one active compensation pays via Direct Deposit, or when the list is empty.
184
+ * @internal
185
+ */
62
186
  export declare const hasDirectDepositEmployees: (employeeCompensations?: Array<{
63
187
  paymentMethod?: string | null;
64
188
  excluded?: boolean;
65
189
  }>) => boolean;
190
+ /**
191
+ * Sums gross pay, employer taxes, reimbursements, and benefits from a payroll's totals.
192
+ *
193
+ * @param payrollData - The payroll whose totals to sum.
194
+ * @returns The total payroll cost, or `0` when `payrollData.totals` is missing.
195
+ * @internal
196
+ */
66
197
  export declare const calculateTotalPayroll: (payrollData: Payroll) => number;
67
198
  /**
68
- * Determines if a payroll can be cancelled based on business rules.
199
+ * Determines whether a payroll can be cancelled based on its status, deadline, and the 4:00 PM PT cutoff.
69
200
  *
70
- * A payroll can be cancelled if all of the following conditions are met:
71
- * - The payroll has been processed (processed === true)
72
- * - Current time is before 4:00 PM PT on the payroll deadline
73
- * - The payrollStatusMeta.cancellable flag is not explicitly false
201
+ * @remarks
202
+ * Returns `true` only when the payroll has been processed, `payrollStatusMeta.cancellable` is not explicitly `false`,
203
+ * the payroll has a `payrollDeadline`, and the current time is before 4:00 PM Pacific Time on that deadline date.
74
204
  *
75
- * This check enforces the business rule that payrolls can only be cancelled
76
- * before the 4:00 PM PT cutoff time on their deadline date.
205
+ * @param payroll - The payroll to evaluate.
206
+ * @returns `true` if the payroll is still cancellable, `false` otherwise.
207
+ * @internal
77
208
  */
78
209
  export declare const canCancelPayroll: (payroll: Payroll) => boolean;
@@ -278,7 +278,6 @@ export {
278
278
  pe as getAdditionalEarningsCompensations,
279
279
  ie as getOvertimeHours,
280
280
  ye as getPayrollTypeLabel,
281
- p as getPrimaryJob,
282
281
  ue as getRegularHours,
283
282
  le as getReimbursements,
284
283
  _ as getTotalPtoHours,
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.js","sources":["../../../src/components/Payroll/helpers.ts"],"sourcesContent":["import type { Employee } from '@gusto/embedded-api-v-2025-11-15/models/components/employee'\nimport {\n type PayrollShowFixedCompensations,\n OffCycleReasonType,\n} from '@gusto/embedded-api-v-2025-11-15/models/components/payroll'\nimport type {\n PayrollEmployeeCompensationsTypeFixedCompensations as FixedCompensations,\n PayrollEmployeeCompensationsTypeReimbursements as Reimbursement,\n} from '@gusto/embedded-api-v-2025-11-15/models/components/payrollemployeecompensationstype'\nimport type { PayrollUpdateReimbursements } from '@gusto/embedded-api-v-2025-11-15/models/components/payrollupdate'\nimport type { PayrollFixedCompensationTypesType } from '@gusto/embedded-api-v-2025-11-15/models/components/payrollfixedcompensationtypestype'\nimport { useCallback } from 'react'\nimport type { TFunction } from 'i18next'\nimport { useTranslation } from 'react-i18next'\nimport type { PayScheduleShow as PayScheduleObject } from '@gusto/embedded-api-v-2025-11-15/models/components/payscheduleshow'\nimport type {\n Compensation,\n MinimumWages,\n} from '@gusto/embedded-api-v-2025-11-15/models/components/compensation'\nimport type { PayrollEmployeeCompensationsType } from '@gusto/embedded-api-v-2025-11-15/models/components/payrollemployeecompensationstype'\nimport type { Payroll } from '@gusto/embedded-api-v-2025-11-15/models/components/payroll'\nimport type { PayrollType } from './PayrollList/types'\nimport { PayrollCategory, isOffCyclePayroll } from './payrollTypes'\nimport { formatPayRate } from '@/helpers/formattedStrings'\nimport { useLocale } from '@/contexts/LocaleProvider/useLocale'\nimport { FlsaStatus } from '@/shared/constants'\nimport { MS_PER_HOUR } from '@/helpers/dateFormatting'\nconst REGULAR_HOURS_NAME = 'regular hours'\n\n// Utility to get the primary job from an employee\nexport const getPrimaryJob = (employee: Employee) => {\n return employee.jobs?.find(job => job.primary) || employee.jobs?.[0] || null\n}\n\nconst roundToSixDecimals = (value: number): number => {\n return Math.round(value * 1_000_000) / 1_000_000\n}\n\nconst roundToTwoDecimals = (value: number): number => {\n return Math.round(value * 100) / 100\n}\n\nconst isRegularHours = (compensationName: string): boolean => {\n return compensationName.toLowerCase() === REGULAR_HOURS_NAME\n}\n\nconst PAY_PERIOD_HOURS_MAPPINGS: Record<string, number> = {\n Daily: 8.0,\n 'Every week': 40.0,\n 'Every other week': 80.0,\n 'Twice per month': 86.666667,\n Monthly: 173.333333,\n Quarterly: 520.0,\n Semiannually: 1040.0,\n Annually: 2080.0,\n}\n\nexport const formatEmployeePayRate = ({\n employee,\n t,\n locale = 'en-US',\n}: {\n employee?: Employee\n t: TFunction\n locale?: string\n}) => {\n if (!employee?.jobs) {\n return null\n }\n\n const primaryJob = getPrimaryJob(employee)\n if (!primaryJob?.compensations) {\n return null\n }\n\n const jobCompensation = primaryJob.compensations[0]\n if (!jobCompensation) {\n return null\n }\n if (!jobCompensation.rate || parseFloat(jobCompensation.rate) === 0) {\n return null\n }\n\n const rate = parseFloat(jobCompensation.rate)\n const paymentUnit = jobCompensation.paymentUnit || 'Hour'\n\n return formatPayRate({ rate, paymentUnit, t, locale })\n}\n\nexport const useFormatEmployeePayRate = () => {\n const { t } = useTranslation('common')\n const { locale } = useLocale()\n\n return useCallback(\n (employee?: Employee) => {\n return formatEmployeePayRate({ employee, t, locale })\n },\n [t, locale],\n )\n}\n\nexport const getEmployeePayRateInfo = (employee: Employee | undefined) => {\n if (!employee?.jobs) {\n return null\n }\n\n const primaryJob = getPrimaryJob(employee)\n if (!primaryJob?.compensations) {\n return null\n }\n\n const jobCompensation = primaryJob.compensations[0]\n if (!jobCompensation) {\n return null\n }\n if (!jobCompensation.rate || parseFloat(jobCompensation.rate) === 0) {\n return null\n }\n\n const rate = parseFloat(jobCompensation.rate)\n const paymentUnit = jobCompensation.paymentUnit || 'Hour'\n\n return { rate, paymentUnit }\n}\n\nexport const getRegularHours = (compensation: PayrollEmployeeCompensationsType) => {\n if (!compensation.hourlyCompensations) return 0\n\n return compensation.hourlyCompensations\n .filter(hourlyCompensation => hourlyCompensation.name?.toLowerCase() === 'regular hours')\n .reduce((sum, hourlyCompensation) => sum + parseFloat(hourlyCompensation.hours || '0'), 0)\n}\n\nexport function getOvertimeHours(compensation: PayrollEmployeeCompensationsType) {\n if (!compensation.hourlyCompensations || compensation.excluded) {\n return 0\n }\n\n return compensation.hourlyCompensations\n .filter(hourlyCompensation => Number(hourlyCompensation.compensationMultiplier) > 1)\n .reduce((sum, hourlyCompensation) => sum + parseFloat(hourlyCompensation.hours || '0'), 0)\n}\n\nexport const getTotalPtoHours = (compensation: PayrollEmployeeCompensationsType) => {\n if (!compensation.paidTimeOff) {\n return 0\n }\n return compensation.paidTimeOff.reduce((sum, pto) => sum + parseFloat(pto.hours || '0'), 0)\n}\n\nexport const getAdditionalEarnings = (compensation: PayrollEmployeeCompensationsType) => {\n if (!compensation.fixedCompensations) {\n return 0\n }\n\n return compensation.fixedCompensations\n .filter(fixedCompensation => {\n const name = fixedCompensation.name?.toLowerCase() || ''\n const amount = parseFloat(fixedCompensation.amount || '0')\n return name !== 'reimbursement' && name !== 'minimum wage adjustment' && amount > 0\n })\n .reduce((sum, fixedCompensation) => sum + parseFloat(fixedCompensation.amount || '0'), 0)\n}\n\nexport const getReimbursements = (compensation: PayrollEmployeeCompensationsType) => {\n if (compensation.reimbursements && compensation.reimbursements.length > 0) {\n return compensation.reimbursements.reduce(\n (sum, reimbursement) => sum + parseFloat(reimbursement.amount || '0'),\n 0,\n )\n }\n\n if (!compensation.fixedCompensations) {\n return 0\n }\n\n const reimbursementComp = compensation.fixedCompensations.find(\n fixedCompensation => fixedCompensation.name?.toLowerCase() === 'reimbursement',\n )\n return reimbursementComp ? parseFloat(reimbursementComp.amount || '0') : 0\n}\n\n/**\n * Normalizes a reimbursement list for submission to the v2025-11-15 API:\n *\n * - Drops named rows that would be no-ops on the server (zero amount with no\n * existing uuid).\n * - Drops named rows with an existing uuid and zero amount — these are removals,\n * and the backend's `replace_itemized_reimbursements` deletes any persisted\n * reimbursement whose uuid is omitted from the incoming list.\n * - Consolidates multiple unnamed (description-less) rows into a single unnamed\n * entry, since the API rejects more than one unnamed reimbursement per employee.\n * - When the consolidated unnamed total is zero, sends no unnamed entry at all.\n * The backend's full-replace semantics then delete any persisted unnamed entry\n * (unnamed entries never have uuids, so this is the only way to remove them).\n * - Maps the read shape (`description: string | null`) to the write shape\n * (`description?: string`), omitting the field when there is no description.\n */\nexport const cleanupReimbursements = (\n reimbursements: Reimbursement[],\n): PayrollUpdateReimbursements[] => {\n const consolidated: PayrollUpdateReimbursements[] = []\n let unnamedTotal = 0\n\n reimbursements.forEach(reimbursement => {\n const amount = reimbursement.amount\n const numericAmount = parseFloat(amount || '0')\n const description = reimbursement.description?.trim() || ''\n const uuid = reimbursement.uuid ?? undefined\n\n if (description === '') {\n unnamedTotal += numericAmount\n return\n }\n\n if (numericAmount === 0 && !uuid) {\n return\n }\n\n consolidated.push({\n amount,\n description,\n ...(uuid ? { uuid } : {}),\n })\n })\n\n if (unnamedTotal > 0) {\n consolidated.push({\n amount: unnamedTotal.toFixed(2),\n })\n }\n\n return consolidated\n}\n\nexport const formatHoursDisplay = (hours: number): string => {\n const rounded = roundToTwoDecimals(hours)\n\n if (rounded % 1 === 0) {\n return `${rounded}.0`\n }\n\n return rounded.toString()\n}\n\nconst getHoursInPayPeriod = (paySchedule: PayScheduleObject): number => {\n if (!paySchedule.frequency) {\n return 0\n }\n\n return PAY_PERIOD_HOURS_MAPPINGS[paySchedule.frequency] || 0\n}\n\nconst getEffectiveCompensation = (\n compensations: Compensation[],\n effectiveDate: Date,\n): Compensation | null => {\n if (!compensations.length) return null\n\n const sorted = [...compensations].sort(\n (a, b) =>\n (a.effectiveDate ? new Date(a.effectiveDate).getTime() : 0) -\n (b.effectiveDate ? new Date(b.effectiveDate).getTime() : 0),\n )\n\n for (let i = sorted.length - 1; i >= 0; i--) {\n const currentDateString = sorted[i]?.effectiveDate\n const currentDate = currentDateString ? new Date(currentDateString) : null\n if (currentDate && currentDate <= effectiveDate) {\n return sorted[i] || null\n }\n }\n\n return sorted[0] || null\n}\n\nconst getEffectiveMinimumWage = (\n minimumWages: MinimumWages[],\n effectiveDate: Date,\n): MinimumWages | null => {\n if (!minimumWages.length) return null\n\n const sorted = [...minimumWages].sort(\n (a, b) =>\n (a.effectiveDate ? new Date(a.effectiveDate).getTime() : 0) -\n (b.effectiveDate ? new Date(b.effectiveDate).getTime() : 0),\n )\n\n for (let i = sorted.length - 1; i >= 0; i--) {\n const currentDateString = sorted[i]?.effectiveDate\n const currentDate = currentDateString ? new Date(currentDateString) : null\n if (currentDate && currentDate <= effectiveDate) {\n return sorted[i] || null\n }\n }\n\n return sorted[0] || null\n}\n\nconst isSalaried = (compensation: Compensation): boolean => {\n return compensation.flsaStatus === 'Exempt' || compensation.flsaStatus === 'Salaried Nonexempt'\n}\n\nconst getTotalTipCompensations = (fixedCompensations: PayrollShowFixedCompensations[]): number => {\n if (!fixedCompensations.length) return 0\n\n return fixedCompensations\n .filter(fixedCompensation => {\n const name = fixedCompensation.name?.toLowerCase()\n const amount = parseFloat(fixedCompensation.amount || '0')\n return (name === 'paycheck tips' || name === 'cash tips') && amount > 0\n })\n .reduce((sum, fixedCompensation) => sum + parseFloat(fixedCompensation.amount || '0'), 0)\n}\n\nconst calculateHourlyRate = (compensation: Compensation): number => {\n const rate = parseFloat(compensation.rate || '0')\n const paymentUnit = compensation.paymentUnit || 'Hour'\n\n switch (paymentUnit) {\n case 'Hour':\n return rate\n case 'Year':\n return rate / 2080 // 52 weeks * 40 hours\n case 'Month':\n return rate / 173.333333\n case 'Week':\n return rate / 40\n case 'Paycheck':\n return 0 // Paycheck rate is 0 for hourly calculation\n default:\n return rate\n }\n}\n\nconst getHourlyRateForJob = (employee: Employee, jobUuid: string, effectiveDate: Date): number => {\n const job = employee.jobs?.find(j => j.uuid === jobUuid)\n if (!job?.compensations) {\n return 0\n }\n\n const compensation = getEffectiveCompensation(job.compensations, effectiveDate)\n return compensation ? calculateHourlyRate(compensation) : 0\n}\n\nconst getPrimaryHourlyRate = (employee: Employee, effectiveDate: Date): number => {\n const primaryJob = getPrimaryJob(employee)\n if (!primaryJob?.compensations) {\n return 0\n }\n\n const compensation = getEffectiveCompensation(primaryJob.compensations, effectiveDate)\n return compensation ? calculateHourlyRate(compensation) : 0\n}\n\nconst getTotalOutstandingPtoHours = (compensation: PayrollEmployeeCompensationsType): number => {\n if (!compensation.paidTimeOff) {\n return 0\n }\n\n return compensation.paidTimeOff.reduce(\n (sum, paidTimeOff) => sum + parseFloat(paidTimeOff.finalPayoutUnusedHoursInput || '0'),\n 0,\n )\n}\n\nconst getPtoHours = (\n compensation: PayrollEmployeeCompensationsType,\n isSalariedWithExpectedHours: boolean,\n hoursInPayPeriod: number,\n offCycle: boolean,\n): number => {\n const regularPtoHours = getTotalPtoHours(compensation)\n\n if (offCycle) {\n const outstandingPtoHours = getTotalOutstandingPtoHours(compensation)\n return regularPtoHours + outstandingPtoHours\n }\n\n if (isSalariedWithExpectedHours) {\n return Math.min(hoursInPayPeriod, regularPtoHours)\n }\n\n return regularPtoHours\n}\n\nconst calculateMinimumWageAdjustment = (\n primaryCompensation: Compensation,\n compensation: PayrollEmployeeCompensationsType,\n effectiveDate: Date,\n): number => {\n if (!primaryCompensation.adjustForMinimumWage) return 0\n\n const effectiveMinWage = getEffectiveMinimumWage(\n primaryCompensation.minimumWages || [],\n effectiveDate,\n )\n if (!effectiveMinWage) {\n return 0\n }\n\n const totalHours =\n compensation.hourlyCompensations?.reduce(\n (sum, hourlyCompensation) => sum + parseFloat(hourlyCompensation.hours || '0'),\n 0,\n ) || 0\n\n const hourlyRate = calculateHourlyRate(primaryCompensation)\n\n const totalTipCredit = (parseFloat(effectiveMinWage.wage || '0') - hourlyRate) * totalHours\n const totalTips = getTotalTipCompensations(compensation.fixedCompensations || [])\n\n return Math.max(0, totalTipCredit - totalTips)\n}\n\nconst calculateRegularPlusOvertimePay = (\n compensation: PayrollEmployeeCompensationsType,\n employee: Employee,\n effectiveDate: Date,\n isSalariedWithExpectedHours: boolean,\n hoursInPayPeriod: number,\n ptoHours: number,\n isOffCycle: boolean,\n): number => {\n if (!isOffCycle && isSalariedWithExpectedHours) {\n const primaryHourlyRate = getPrimaryHourlyRate(employee, effectiveDate)\n return primaryHourlyRate * (hoursInPayPeriod - ptoHours)\n }\n\n if (!compensation.hourlyCompensations || !employee.jobs) {\n return 0\n }\n\n const regularRatePay = compensation.hourlyCompensations.reduce((sum, hc) => {\n const hours = parseFloat(hc.hours || '0')\n const hourlyRate = getHourlyRateForJob(employee, hc.jobUuid || '', effectiveDate)\n return sum + hours * hourlyRate\n }, 0)\n\n const totalHours = compensation.hourlyCompensations.reduce((sum, hc) => {\n return sum + parseFloat(hc.hours || '0')\n }, 0)\n\n if (totalHours === 0) return regularRatePay\n\n const overtimeWeightedRate = roundToSixDecimals(regularRatePay / totalHours)\n\n // Calculate overtime pay for non-regular hours\n const overtimePay = compensation.hourlyCompensations\n .filter(hc => !isRegularHours(hc.name || ''))\n .reduce((sum, hc) => {\n const hours = parseFloat(hc.hours || '0')\n const multiplier = hc.compensationMultiplier || 1\n return sum + hours * overtimeWeightedRate * (multiplier - 1)\n }, 0)\n\n return regularRatePay + overtimePay\n}\n\nconst calculatePtoPay = (\n compensation: PayrollEmployeeCompensationsType,\n employee: Employee,\n effectiveDate: Date,\n isSalariedWithExpectedHours: boolean,\n hoursInPayPeriod: number,\n offCycle: boolean,\n): number => {\n const ptoHours = getPtoHours(\n compensation,\n isSalariedWithExpectedHours,\n hoursInPayPeriod,\n offCycle,\n )\n const primaryHourlyRate = getPrimaryHourlyRate(employee, effectiveDate)\n return ptoHours * primaryHourlyRate\n}\n\nconst isSalariedWithPayPeriodExpectedHours = (\n compensation: PayrollEmployeeCompensationsType,\n isSalaried: boolean,\n hoursInPayPeriod: number,\n): boolean => {\n if (!isSalaried) return false\n\n const regularHourlyCompensation = compensation.hourlyCompensations?.find(hourlyCompensation =>\n isRegularHours(hourlyCompensation.name || ''),\n )\n\n if (!regularHourlyCompensation) return false\n\n const regularHours = parseFloat(regularHourlyCompensation.hours || '0')\n return regularHours === hoursInPayPeriod\n}\n\nexport const calculateGrossPay = (\n compensation: PayrollEmployeeCompensationsType,\n employee: Employee,\n compensationEffectiveDateString?: string,\n paySchedule?: PayScheduleObject,\n payrollCategory: PayrollCategory = PayrollCategory.Regular,\n): number => {\n if (compensation.excluded) {\n return 0\n }\n\n const compensationEffectiveDate = compensationEffectiveDateString\n ? new Date(compensationEffectiveDateString)\n : new Date()\n\n const primaryJob = getPrimaryJob(employee)\n if (!primaryJob?.compensations) {\n return 0\n }\n\n const primaryCompensation = getEffectiveCompensation(\n primaryJob.compensations,\n compensationEffectiveDate,\n )\n\n if (!primaryCompensation) {\n return 0\n }\n\n const salaried = isSalaried(primaryCompensation)\n const hoursInPayPeriod = paySchedule ? getHoursInPayPeriod(paySchedule) : 0\n\n const isSalariedWithExpectedHours = isSalariedWithPayPeriodExpectedHours(\n compensation,\n salaried,\n hoursInPayPeriod,\n )\n\n const offCycle = isOffCyclePayroll(payrollCategory)\n\n const ptoHours = getPtoHours(\n compensation,\n isSalariedWithExpectedHours,\n hoursInPayPeriod,\n offCycle,\n )\n\n const regularPlusOvertimePay = calculateRegularPlusOvertimePay(\n compensation,\n employee,\n compensationEffectiveDate,\n isSalariedWithExpectedHours,\n hoursInPayPeriod,\n ptoHours,\n offCycle,\n )\n\n const fixedPay = getAdditionalEarnings(compensation)\n const ptoPay = calculatePtoPay(\n compensation,\n employee,\n compensationEffectiveDate,\n isSalariedWithExpectedHours,\n hoursInPayPeriod,\n offCycle,\n )\n const minimumWageAdjustment = calculateMinimumWageAdjustment(\n primaryCompensation,\n compensation,\n compensationEffectiveDate,\n )\n\n const total = regularPlusOvertimePay + fixedPay + ptoPay + minimumWageAdjustment\n return roundToTwoDecimals(total)\n}\n\n// Payroll type and status utilities\nexport const getPayrollType = (payroll: {\n external?: boolean\n offCycle?: boolean\n}): PayrollType => {\n if (payroll.external) return 'External'\n if (payroll.offCycle) return 'Off-Cycle'\n return 'Regular'\n}\n\nexport const isDismissalPayroll = (offCycleReason?: string | null): boolean =>\n offCycleReason === OffCycleReasonType.DismissedEmployee\n\nconst OFF_CYCLE_REASON_LABELS: Record<string, string> = {\n Bonus: 'Bonus',\n Correction: 'Correction',\n 'Transition from old pay schedule': 'Transition',\n 'Dismissed employee': 'Dismissal',\n 'Hired employee': 'New Hire',\n 'Benefit reversal': 'Benefit Reversal',\n 'Wage correction': 'Wage Correction',\n 'Tax reconciliation': 'Tax Reconciliation',\n Reversal: 'Reversal',\n 'Disability insurance distribution': 'Disability Insurance',\n}\n\nexport const getPayrollTypeLabel = (payroll: {\n external?: boolean\n offCycle?: boolean\n offCycleReason?: string | null\n}): string => {\n if (payroll.external) return 'External'\n if (payroll.offCycle && payroll.offCycleReason) {\n return OFF_CYCLE_REASON_LABELS[payroll.offCycleReason] ?? payroll.offCycleReason\n }\n if (payroll.offCycle) return 'Off-Cycle'\n return 'Regular'\n}\n\nexport const getAdditionalEarningsCompensations = ({\n flsaStatus,\n existingFixedCompensations = [],\n primaryJobUuid,\n fixedCompensationTypes = [],\n excludedTypes = [],\n}: {\n flsaStatus: string | undefined\n existingFixedCompensations?: FixedCompensations[]\n primaryJobUuid?: string\n fixedCompensationTypes?: PayrollFixedCompensationTypesType[]\n excludedTypes?: string[]\n}): FixedCompensations[] => {\n const allFixedCompensations = [...existingFixedCompensations]\n\n if (flsaStatus !== FlsaStatus.OWNER && primaryJobUuid && fixedCompensationTypes.length > 0) {\n const compensationTypeNames = fixedCompensationTypes\n .map(type => type.name)\n .filter(Boolean) as string[]\n\n compensationTypeNames.forEach(compensationName => {\n const exists = allFixedCompensations.some(\n comp => comp.name?.toLowerCase() === compensationName.toLowerCase(),\n )\n\n if (!exists) {\n allFixedCompensations.push({\n name: compensationName,\n amount: '0.00',\n jobUuid: primaryJobUuid,\n })\n }\n })\n }\n\n // Filter and sort additional earnings (exclude specified types)\n return allFixedCompensations\n .filter(comp => comp.name && !excludedTypes.includes(comp.name))\n .sort((a, b) => (a.name || '').localeCompare(b.name || ''))\n}\n\nexport const hasDirectDepositEmployees = (\n employeeCompensations?: Array<{ paymentMethod?: string | null; excluded?: boolean }>,\n): boolean => {\n if (!employeeCompensations || employeeCompensations.length === 0) return true\n const activeCompensations = employeeCompensations.filter(comp => !comp.excluded)\n if (activeCompensations.length === 0) return true\n return activeCompensations.some(comp => comp.paymentMethod === 'Direct Deposit')\n}\n\n// Total Payroll = Gross Pay + Employer Taxes + Reimbursements + Benefits\nexport const calculateTotalPayroll = (payrollData: Payroll) => {\n const totalPayroll = payrollData.totals\n ? Number(payrollData.totals.grossPay ?? 0) +\n Number(payrollData.totals.employerTaxes ?? 0) +\n Number(payrollData.totals.reimbursements ?? 0) +\n Number(payrollData.totals.benefits ?? 0)\n : 0\n\n return totalPayroll\n}\n\n/**\n * Converts a Date to Pacific Time considering Daylight Saving Time.\n * Returns the UTC offset in hours (e.g., -7 for PDT, -8 for PST).\n *\n * DST rules for Pacific Time:\n * - Starts: Second Sunday in March at 2:00 AM\n * - Ends: First Sunday in November at 2:00 AM\n */\nconst getPacificTimeOffset = (date: Date): number => {\n const year = date.getFullYear()\n\n const secondSundayMarch = new Date(year, 2, 1)\n secondSundayMarch.setDate(1 + (7 - secondSundayMarch.getDay()) + 7)\n\n const firstSundayNovember = new Date(year, 10, 1)\n firstSundayNovember.setDate(1 + ((7 - firstSundayNovember.getDay()) % 7))\n\n const isDST = date >= secondSundayMarch && date < firstSundayNovember\n return isDST ? -7 : -8\n}\n\n/**\n * Determines if a payroll can be cancelled based on business rules.\n *\n * A payroll can be cancelled if all of the following conditions are met:\n * - The payroll has been processed (processed === true)\n * - Current time is before 4:00 PM PT on the payroll deadline\n * - The payrollStatusMeta.cancellable flag is not explicitly false\n *\n * This check enforces the business rule that payrolls can only be cancelled\n * before the 4:00 PM PT cutoff time on their deadline date.\n */\nexport const canCancelPayroll = (payroll: Payroll): boolean => {\n if (payroll.payrollStatusMeta?.cancellable === false) {\n return false\n }\n\n if (!payroll.processed) {\n return false\n }\n\n if (!payroll.payrollDeadline) {\n return false\n }\n\n const now = new Date()\n const deadline = new Date(payroll.payrollDeadline)\n\n const nowInPT = new Date(now.getTime() + getPacificTimeOffset(now) * MS_PER_HOUR)\n const deadlineInPT = new Date(deadline.getTime() + getPacificTimeOffset(deadline) * MS_PER_HOUR)\n\n const cutoffTime = new Date(deadlineInPT)\n cutoffTime.setUTCHours(16, 0, 0, 0)\n\n if (nowInPT >= cutoffTime) {\n return false\n }\n\n return true\n}\n"],"names":["REGULAR_HOURS_NAME","getPrimaryJob","employee","job","roundToSixDecimals","value","roundToTwoDecimals","isRegularHours","compensationName","PAY_PERIOD_HOURS_MAPPINGS","formatEmployeePayRate","locale","primaryJob","jobCompensation","rate","paymentUnit","formatPayRate","useFormatEmployeePayRate","t","useTranslation","useLocale","useCallback","getRegularHours","compensation","hourlyCompensation","sum","getOvertimeHours","getTotalPtoHours","pto","getAdditionalEarnings","fixedCompensation","name","amount","getReimbursements","reimbursement","reimbursementComp","cleanupReimbursements","reimbursements","consolidated","unnamedTotal","numericAmount","description","uuid","formatHoursDisplay","hours","rounded","getHoursInPayPeriod","paySchedule","getEffectiveCompensation","compensations","effectiveDate","sorted","a","b","i","currentDateString","currentDate","getEffectiveMinimumWage","minimumWages","isSalaried","getTotalTipCompensations","fixedCompensations","calculateHourlyRate","getHourlyRateForJob","jobUuid","j","getPrimaryHourlyRate","getTotalOutstandingPtoHours","paidTimeOff","getPtoHours","isSalariedWithExpectedHours","hoursInPayPeriod","offCycle","regularPtoHours","outstandingPtoHours","calculateMinimumWageAdjustment","primaryCompensation","effectiveMinWage","totalHours","hourlyRate","totalTipCredit","totalTips","calculateRegularPlusOvertimePay","ptoHours","isOffCycle","regularRatePay","hc","overtimeWeightedRate","overtimePay","multiplier","calculatePtoPay","primaryHourlyRate","isSalariedWithPayPeriodExpectedHours","regularHourlyCompensation","calculateGrossPay","compensationEffectiveDateString","payrollCategory","PayrollCategory","compensationEffectiveDate","salaried","isOffCyclePayroll","regularPlusOvertimePay","fixedPay","ptoPay","minimumWageAdjustment","total","isDismissalPayroll","offCycleReason","OffCycleReasonType","OFF_CYCLE_REASON_LABELS","getPayrollTypeLabel","payroll","getAdditionalEarningsCompensations","flsaStatus","existingFixedCompensations","primaryJobUuid","fixedCompensationTypes","excludedTypes","allFixedCompensations","FlsaStatus","type","comp","hasDirectDepositEmployees","employeeCompensations","activeCompensations","calculateTotalPayroll","payrollData","getPacificTimeOffset","date","year","secondSundayMarch","firstSundayNovember","canCancelPayroll","now","deadline","nowInPT","MS_PER_HOUR","deadlineInPT","cutoffTime"],"mappings":"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"}
1
+ {"version":3,"file":"helpers.js","sources":["../../../src/components/Payroll/helpers.ts"],"sourcesContent":["import type { Employee } from '@gusto/embedded-api-v-2025-11-15/models/components/employee'\nimport {\n type PayrollShowFixedCompensations,\n OffCycleReasonType,\n} from '@gusto/embedded-api-v-2025-11-15/models/components/payroll'\nimport type {\n PayrollEmployeeCompensationsTypeFixedCompensations as FixedCompensations,\n PayrollEmployeeCompensationsTypeReimbursements as Reimbursement,\n} from '@gusto/embedded-api-v-2025-11-15/models/components/payrollemployeecompensationstype'\nimport type { PayrollUpdateReimbursements } from '@gusto/embedded-api-v-2025-11-15/models/components/payrollupdate'\nimport type { PayrollFixedCompensationTypesType } from '@gusto/embedded-api-v-2025-11-15/models/components/payrollfixedcompensationtypestype'\nimport { useCallback } from 'react'\nimport type { TFunction } from 'i18next'\nimport { useTranslation } from 'react-i18next'\nimport type { PayScheduleShow as PayScheduleObject } from '@gusto/embedded-api-v-2025-11-15/models/components/payscheduleshow'\nimport type {\n Compensation,\n MinimumWages,\n} from '@gusto/embedded-api-v-2025-11-15/models/components/compensation'\nimport type { PayrollEmployeeCompensationsType } from '@gusto/embedded-api-v-2025-11-15/models/components/payrollemployeecompensationstype'\nimport type { Payroll } from '@gusto/embedded-api-v-2025-11-15/models/components/payroll'\nimport type { PayrollType } from './PayrollList/types'\nimport { PayrollCategory, isOffCyclePayroll } from './payrollTypes'\nimport { formatPayRate } from '@/helpers/formattedStrings'\nimport { useLocale } from '@/contexts/LocaleProvider/useLocale'\nimport { FlsaStatus } from '@/shared/constants'\nimport { MS_PER_HOUR } from '@/helpers/dateFormatting'\nconst REGULAR_HOURS_NAME = 'regular hours'\n\n// Utility to get the primary job from an employee\nconst getPrimaryJob = (employee: Employee) => {\n return employee.jobs?.find(job => job.primary) || employee.jobs?.[0] || null\n}\n\nconst roundToSixDecimals = (value: number): number => {\n return Math.round(value * 1_000_000) / 1_000_000\n}\n\nconst roundToTwoDecimals = (value: number): number => {\n return Math.round(value * 100) / 100\n}\n\nconst isRegularHours = (compensationName: string): boolean => {\n return compensationName.toLowerCase() === REGULAR_HOURS_NAME\n}\n\nconst PAY_PERIOD_HOURS_MAPPINGS: Record<string, number> = {\n Daily: 8.0,\n 'Every week': 40.0,\n 'Every other week': 80.0,\n 'Twice per month': 86.666667,\n Monthly: 173.333333,\n Quarterly: 520.0,\n Semiannually: 1040.0,\n Annually: 2080.0,\n}\n\n/**\n * Formats an employee's primary-job pay rate into a localized display string.\n *\n * @remarks\n * Returns `null` when the employee has no jobs, the primary job has no compensations, or the rate is missing\n * or zero.\n *\n * @param args - The employee, translation function, and locale to format against.\n * @returns The formatted pay-rate string, or `null` when no usable rate is available.\n * @internal\n */\nexport const formatEmployeePayRate = ({\n employee,\n t,\n locale = 'en-US',\n}: {\n employee?: Employee\n t: TFunction\n locale?: string\n}) => {\n if (!employee?.jobs) {\n return null\n }\n\n const primaryJob = getPrimaryJob(employee)\n if (!primaryJob?.compensations) {\n return null\n }\n\n const jobCompensation = primaryJob.compensations[0]\n if (!jobCompensation) {\n return null\n }\n if (!jobCompensation.rate || parseFloat(jobCompensation.rate) === 0) {\n return null\n }\n\n const rate = parseFloat(jobCompensation.rate)\n const paymentUnit = jobCompensation.paymentUnit || 'Hour'\n\n return formatPayRate({ rate, paymentUnit, t, locale })\n}\n\n/**\n * Returns a memoized formatter that produces a localized pay-rate string from an employee's primary job.\n *\n * @returns A callback that takes an `Employee` and returns the formatted pay-rate string, or `null` when the\n * employee has no usable primary-job compensation.\n * @internal\n */\nexport const useFormatEmployeePayRate = () => {\n const { t } = useTranslation('common')\n const { locale } = useLocale()\n\n return useCallback(\n (employee?: Employee) => {\n return formatEmployeePayRate({ employee, t, locale })\n },\n [t, locale],\n )\n}\n\n/**\n * Sums hourly-compensation rows named `'regular hours'`.\n *\n * @param compensation - The employee compensation entry.\n * @returns The total regular hours worked, or `0` when none are recorded.\n * @internal\n */\nexport const getRegularHours = (compensation: PayrollEmployeeCompensationsType) => {\n if (!compensation.hourlyCompensations) return 0\n\n return compensation.hourlyCompensations\n .filter(hourlyCompensation => hourlyCompensation.name?.toLowerCase() === 'regular hours')\n .reduce((sum, hourlyCompensation) => sum + parseFloat(hourlyCompensation.hours || '0'), 0)\n}\n\n/**\n * Sums the overtime hours (multiplier greater than `1`) from an employee compensation.\n *\n * @param compensation - The employee compensation entry.\n * @returns The total overtime hours, or `0` when the compensation is excluded or has none.\n * @internal\n */\nexport function getOvertimeHours(compensation: PayrollEmployeeCompensationsType) {\n if (!compensation.hourlyCompensations || compensation.excluded) {\n return 0\n }\n\n return compensation.hourlyCompensations\n .filter(hourlyCompensation => Number(hourlyCompensation.compensationMultiplier) > 1)\n .reduce((sum, hourlyCompensation) => sum + parseFloat(hourlyCompensation.hours || '0'), 0)\n}\n\n/**\n * Sums the paid-time-off hours from an employee compensation.\n *\n * @param compensation - The employee compensation entry.\n * @returns The total PTO hours, or `0` when none are recorded.\n * @internal\n */\nexport const getTotalPtoHours = (compensation: PayrollEmployeeCompensationsType) => {\n if (!compensation.paidTimeOff) {\n return 0\n }\n return compensation.paidTimeOff.reduce((sum, pto) => sum + parseFloat(pto.hours || '0'), 0)\n}\n\n/**\n * Sums fixed-compensation amounts excluding reimbursements and minimum-wage adjustments.\n *\n * @param compensation - The employee compensation entry.\n * @returns The total additional earnings amount, or `0` when none qualify.\n * @internal\n */\nexport const getAdditionalEarnings = (compensation: PayrollEmployeeCompensationsType) => {\n if (!compensation.fixedCompensations) {\n return 0\n }\n\n return compensation.fixedCompensations\n .filter(fixedCompensation => {\n const name = fixedCompensation.name?.toLowerCase() || ''\n const amount = parseFloat(fixedCompensation.amount || '0')\n return name !== 'reimbursement' && name !== 'minimum wage adjustment' && amount > 0\n })\n .reduce((sum, fixedCompensation) => sum + parseFloat(fixedCompensation.amount || '0'), 0)\n}\n\n/**\n * Returns the total reimbursement amount for an employee compensation.\n *\n * @remarks\n * Prefers the explicit `reimbursements` array when present; falls back to a fixed-compensation row named\n * `'Reimbursement'` for older payroll shapes.\n *\n * @param compensation - The employee compensation entry.\n * @returns The summed reimbursement amount, or `0` when none.\n * @internal\n */\nexport const getReimbursements = (compensation: PayrollEmployeeCompensationsType) => {\n if (compensation.reimbursements && compensation.reimbursements.length > 0) {\n return compensation.reimbursements.reduce(\n (sum, reimbursement) => sum + parseFloat(reimbursement.amount || '0'),\n 0,\n )\n }\n\n if (!compensation.fixedCompensations) {\n return 0\n }\n\n const reimbursementComp = compensation.fixedCompensations.find(\n fixedCompensation => fixedCompensation.name?.toLowerCase() === 'reimbursement',\n )\n return reimbursementComp ? parseFloat(reimbursementComp.amount || '0') : 0\n}\n\n/**\n * Normalizes a reimbursement list for submission to the v2025-11-15 API.\n *\n * @remarks\n * - Drops named rows that would be no-ops on the server (zero amount with no existing uuid).\n * - Drops named rows with an existing uuid and zero amount — these are removals, and the backend's\n * `replace_itemized_reimbursements` deletes any persisted reimbursement whose uuid is omitted from the\n * incoming list.\n * - Consolidates multiple unnamed (description-less) rows into a single unnamed entry, since the API rejects\n * more than one unnamed reimbursement per employee.\n * - When the consolidated unnamed total is zero, sends no unnamed entry at all. The backend's full-replace\n * semantics then delete any persisted unnamed entry (unnamed entries never have uuids, so this is the only\n * way to remove them).\n * - Maps the read shape (`description: string | null`) to the write shape (`description?: string`), omitting\n * the field when there is no description.\n *\n * @param reimbursements - The reimbursements pulled from the prepared payroll.\n * @returns The normalized reimbursements ready to send on a payroll update.\n * @internal\n */\nexport const cleanupReimbursements = (\n reimbursements: Reimbursement[],\n): PayrollUpdateReimbursements[] => {\n const consolidated: PayrollUpdateReimbursements[] = []\n let unnamedTotal = 0\n\n reimbursements.forEach(reimbursement => {\n const amount = reimbursement.amount\n const numericAmount = parseFloat(amount || '0')\n const description = reimbursement.description?.trim() || ''\n const uuid = reimbursement.uuid ?? undefined\n\n if (description === '') {\n unnamedTotal += numericAmount\n return\n }\n\n if (numericAmount === 0 && !uuid) {\n return\n }\n\n consolidated.push({\n amount,\n description,\n ...(uuid ? { uuid } : {}),\n })\n })\n\n if (unnamedTotal > 0) {\n consolidated.push({\n amount: unnamedTotal.toFixed(2),\n })\n }\n\n return consolidated\n}\n\n/**\n * Formats an hours value for display, rounding to two decimals and ensuring whole numbers render with `.0`.\n *\n * @param hours - The hours value to format.\n * @returns A string like `'40.0'` or `'37.25'`.\n * @internal\n */\nexport const formatHoursDisplay = (hours: number): string => {\n const rounded = roundToTwoDecimals(hours)\n\n if (rounded % 1 === 0) {\n return `${rounded}.0`\n }\n\n return rounded.toString()\n}\n\nconst getHoursInPayPeriod = (paySchedule: PayScheduleObject): number => {\n if (!paySchedule.frequency) {\n return 0\n }\n\n return PAY_PERIOD_HOURS_MAPPINGS[paySchedule.frequency] || 0\n}\n\nconst getEffectiveCompensation = (\n compensations: Compensation[],\n effectiveDate: Date,\n): Compensation | null => {\n if (!compensations.length) return null\n\n const sorted = [...compensations].sort(\n (a, b) =>\n (a.effectiveDate ? new Date(a.effectiveDate).getTime() : 0) -\n (b.effectiveDate ? new Date(b.effectiveDate).getTime() : 0),\n )\n\n for (let i = sorted.length - 1; i >= 0; i--) {\n const currentDateString = sorted[i]?.effectiveDate\n const currentDate = currentDateString ? new Date(currentDateString) : null\n if (currentDate && currentDate <= effectiveDate) {\n return sorted[i] || null\n }\n }\n\n return sorted[0] || null\n}\n\nconst getEffectiveMinimumWage = (\n minimumWages: MinimumWages[],\n effectiveDate: Date,\n): MinimumWages | null => {\n if (!minimumWages.length) return null\n\n const sorted = [...minimumWages].sort(\n (a, b) =>\n (a.effectiveDate ? new Date(a.effectiveDate).getTime() : 0) -\n (b.effectiveDate ? new Date(b.effectiveDate).getTime() : 0),\n )\n\n for (let i = sorted.length - 1; i >= 0; i--) {\n const currentDateString = sorted[i]?.effectiveDate\n const currentDate = currentDateString ? new Date(currentDateString) : null\n if (currentDate && currentDate <= effectiveDate) {\n return sorted[i] || null\n }\n }\n\n return sorted[0] || null\n}\n\nconst isSalaried = (compensation: Compensation): boolean => {\n return compensation.flsaStatus === 'Exempt' || compensation.flsaStatus === 'Salaried Nonexempt'\n}\n\nconst getTotalTipCompensations = (fixedCompensations: PayrollShowFixedCompensations[]): number => {\n if (!fixedCompensations.length) return 0\n\n return fixedCompensations\n .filter(fixedCompensation => {\n const name = fixedCompensation.name?.toLowerCase()\n const amount = parseFloat(fixedCompensation.amount || '0')\n return (name === 'paycheck tips' || name === 'cash tips') && amount > 0\n })\n .reduce((sum, fixedCompensation) => sum + parseFloat(fixedCompensation.amount || '0'), 0)\n}\n\nconst calculateHourlyRate = (compensation: Compensation): number => {\n const rate = parseFloat(compensation.rate || '0')\n const paymentUnit = compensation.paymentUnit || 'Hour'\n\n switch (paymentUnit) {\n case 'Hour':\n return rate\n case 'Year':\n return rate / 2080 // 52 weeks * 40 hours\n case 'Month':\n return rate / 173.333333\n case 'Week':\n return rate / 40\n case 'Paycheck':\n return 0 // Paycheck rate is 0 for hourly calculation\n default:\n return rate\n }\n}\n\nconst getHourlyRateForJob = (employee: Employee, jobUuid: string, effectiveDate: Date): number => {\n const job = employee.jobs?.find(j => j.uuid === jobUuid)\n if (!job?.compensations) {\n return 0\n }\n\n const compensation = getEffectiveCompensation(job.compensations, effectiveDate)\n return compensation ? calculateHourlyRate(compensation) : 0\n}\n\nconst getPrimaryHourlyRate = (employee: Employee, effectiveDate: Date): number => {\n const primaryJob = getPrimaryJob(employee)\n if (!primaryJob?.compensations) {\n return 0\n }\n\n const compensation = getEffectiveCompensation(primaryJob.compensations, effectiveDate)\n return compensation ? calculateHourlyRate(compensation) : 0\n}\n\nconst getTotalOutstandingPtoHours = (compensation: PayrollEmployeeCompensationsType): number => {\n if (!compensation.paidTimeOff) {\n return 0\n }\n\n return compensation.paidTimeOff.reduce(\n (sum, paidTimeOff) => sum + parseFloat(paidTimeOff.finalPayoutUnusedHoursInput || '0'),\n 0,\n )\n}\n\nconst getPtoHours = (\n compensation: PayrollEmployeeCompensationsType,\n isSalariedWithExpectedHours: boolean,\n hoursInPayPeriod: number,\n offCycle: boolean,\n): number => {\n const regularPtoHours = getTotalPtoHours(compensation)\n\n if (offCycle) {\n const outstandingPtoHours = getTotalOutstandingPtoHours(compensation)\n return regularPtoHours + outstandingPtoHours\n }\n\n if (isSalariedWithExpectedHours) {\n return Math.min(hoursInPayPeriod, regularPtoHours)\n }\n\n return regularPtoHours\n}\n\nconst calculateMinimumWageAdjustment = (\n primaryCompensation: Compensation,\n compensation: PayrollEmployeeCompensationsType,\n effectiveDate: Date,\n): number => {\n if (!primaryCompensation.adjustForMinimumWage) return 0\n\n const effectiveMinWage = getEffectiveMinimumWage(\n primaryCompensation.minimumWages || [],\n effectiveDate,\n )\n if (!effectiveMinWage) {\n return 0\n }\n\n const totalHours =\n compensation.hourlyCompensations?.reduce(\n (sum, hourlyCompensation) => sum + parseFloat(hourlyCompensation.hours || '0'),\n 0,\n ) || 0\n\n const hourlyRate = calculateHourlyRate(primaryCompensation)\n\n const totalTipCredit = (parseFloat(effectiveMinWage.wage || '0') - hourlyRate) * totalHours\n const totalTips = getTotalTipCompensations(compensation.fixedCompensations || [])\n\n return Math.max(0, totalTipCredit - totalTips)\n}\n\nconst calculateRegularPlusOvertimePay = (\n compensation: PayrollEmployeeCompensationsType,\n employee: Employee,\n effectiveDate: Date,\n isSalariedWithExpectedHours: boolean,\n hoursInPayPeriod: number,\n ptoHours: number,\n isOffCycle: boolean,\n): number => {\n if (!isOffCycle && isSalariedWithExpectedHours) {\n const primaryHourlyRate = getPrimaryHourlyRate(employee, effectiveDate)\n return primaryHourlyRate * (hoursInPayPeriod - ptoHours)\n }\n\n if (!compensation.hourlyCompensations || !employee.jobs) {\n return 0\n }\n\n const regularRatePay = compensation.hourlyCompensations.reduce((sum, hc) => {\n const hours = parseFloat(hc.hours || '0')\n const hourlyRate = getHourlyRateForJob(employee, hc.jobUuid || '', effectiveDate)\n return sum + hours * hourlyRate\n }, 0)\n\n const totalHours = compensation.hourlyCompensations.reduce((sum, hc) => {\n return sum + parseFloat(hc.hours || '0')\n }, 0)\n\n if (totalHours === 0) return regularRatePay\n\n const overtimeWeightedRate = roundToSixDecimals(regularRatePay / totalHours)\n\n // Calculate overtime pay for non-regular hours\n const overtimePay = compensation.hourlyCompensations\n .filter(hc => !isRegularHours(hc.name || ''))\n .reduce((sum, hc) => {\n const hours = parseFloat(hc.hours || '0')\n const multiplier = hc.compensationMultiplier || 1\n return sum + hours * overtimeWeightedRate * (multiplier - 1)\n }, 0)\n\n return regularRatePay + overtimePay\n}\n\nconst calculatePtoPay = (\n compensation: PayrollEmployeeCompensationsType,\n employee: Employee,\n effectiveDate: Date,\n isSalariedWithExpectedHours: boolean,\n hoursInPayPeriod: number,\n offCycle: boolean,\n): number => {\n const ptoHours = getPtoHours(\n compensation,\n isSalariedWithExpectedHours,\n hoursInPayPeriod,\n offCycle,\n )\n const primaryHourlyRate = getPrimaryHourlyRate(employee, effectiveDate)\n return ptoHours * primaryHourlyRate\n}\n\nconst isSalariedWithPayPeriodExpectedHours = (\n compensation: PayrollEmployeeCompensationsType,\n isSalaried: boolean,\n hoursInPayPeriod: number,\n): boolean => {\n if (!isSalaried) return false\n\n const regularHourlyCompensation = compensation.hourlyCompensations?.find(hourlyCompensation =>\n isRegularHours(hourlyCompensation.name || ''),\n )\n\n if (!regularHourlyCompensation) return false\n\n const regularHours = parseFloat(regularHourlyCompensation.hours || '0')\n return regularHours === hoursInPayPeriod\n}\n\n/**\n * Calculates an employee's gross pay for a payroll, combining regular and overtime pay,\n * additional earnings, PTO pay, and any minimum-wage adjustment.\n *\n * @remarks\n * Returns `0` when the compensation is excluded or the employee has no primary job compensation effective\n * on the given date. The result is rounded to two decimal places.\n *\n * @param compensation - The employee compensation entry from the payroll.\n * @param employee - The employee record (used to look up jobs and effective compensations).\n * @param compensationEffectiveDateString - ISO date used to resolve the effective compensation; defaults to now.\n * @param paySchedule - The pay schedule, used to derive expected hours per pay period.\n * @param payrollCategory - The payroll category; off-cycle categories change how PTO hours are summed.\n * @returns The gross pay amount.\n * @internal\n */\nexport const calculateGrossPay = (\n compensation: PayrollEmployeeCompensationsType,\n employee: Employee,\n compensationEffectiveDateString?: string,\n paySchedule?: PayScheduleObject,\n payrollCategory: PayrollCategory = PayrollCategory.Regular,\n): number => {\n if (compensation.excluded) {\n return 0\n }\n\n const compensationEffectiveDate = compensationEffectiveDateString\n ? new Date(compensationEffectiveDateString)\n : new Date()\n\n const primaryJob = getPrimaryJob(employee)\n if (!primaryJob?.compensations) {\n return 0\n }\n\n const primaryCompensation = getEffectiveCompensation(\n primaryJob.compensations,\n compensationEffectiveDate,\n )\n\n if (!primaryCompensation) {\n return 0\n }\n\n const salaried = isSalaried(primaryCompensation)\n const hoursInPayPeriod = paySchedule ? getHoursInPayPeriod(paySchedule) : 0\n\n const isSalariedWithExpectedHours = isSalariedWithPayPeriodExpectedHours(\n compensation,\n salaried,\n hoursInPayPeriod,\n )\n\n const offCycle = isOffCyclePayroll(payrollCategory)\n\n const ptoHours = getPtoHours(\n compensation,\n isSalariedWithExpectedHours,\n hoursInPayPeriod,\n offCycle,\n )\n\n const regularPlusOvertimePay = calculateRegularPlusOvertimePay(\n compensation,\n employee,\n compensationEffectiveDate,\n isSalariedWithExpectedHours,\n hoursInPayPeriod,\n ptoHours,\n offCycle,\n )\n\n const fixedPay = getAdditionalEarnings(compensation)\n const ptoPay = calculatePtoPay(\n compensation,\n employee,\n compensationEffectiveDate,\n isSalariedWithExpectedHours,\n hoursInPayPeriod,\n offCycle,\n )\n const minimumWageAdjustment = calculateMinimumWageAdjustment(\n primaryCompensation,\n compensation,\n compensationEffectiveDate,\n )\n\n const total = regularPlusOvertimePay + fixedPay + ptoPay + minimumWageAdjustment\n return roundToTwoDecimals(total)\n}\n\n/**\n * Returns the high-level payroll type — `'External'`, `'Off-Cycle'`, or `'Regular'`.\n *\n * @param payroll - The payroll whose type to classify.\n * @returns The payroll type string.\n * @internal\n */\nexport const getPayrollType = (payroll: {\n external?: boolean\n offCycle?: boolean\n}): PayrollType => {\n if (payroll.external) return 'External'\n if (payroll.offCycle) return 'Off-Cycle'\n return 'Regular'\n}\n\n/**\n * Returns whether an off-cycle reason indicates a dismissal payroll.\n *\n * @param offCycleReason - The payroll's off-cycle reason string.\n * @returns `true` when the reason matches the dismissed-employee reason.\n * @internal\n */\nexport const isDismissalPayroll = (offCycleReason?: string | null): boolean =>\n offCycleReason === OffCycleReasonType.DismissedEmployee\n\nconst OFF_CYCLE_REASON_LABELS: Record<string, string> = {\n Bonus: 'Bonus',\n Correction: 'Correction',\n 'Transition from old pay schedule': 'Transition',\n 'Dismissed employee': 'Dismissal',\n 'Hired employee': 'New Hire',\n 'Benefit reversal': 'Benefit Reversal',\n 'Wage correction': 'Wage Correction',\n 'Tax reconciliation': 'Tax Reconciliation',\n Reversal: 'Reversal',\n 'Disability insurance distribution': 'Disability Insurance',\n}\n\n/**\n * Returns a human-readable label describing the payroll type, mapping off-cycle reasons to display strings.\n *\n * @param payroll - The payroll whose type to describe.\n * @returns `'External'`, `'Regular'`, `'Off-Cycle'`, or a label derived from the off-cycle reason\n * (e.g. `'Bonus'`, `'Dismissal'`).\n * @internal\n */\nexport const getPayrollTypeLabel = (payroll: {\n external?: boolean\n offCycle?: boolean\n offCycleReason?: string | null\n}): string => {\n if (payroll.external) return 'External'\n if (payroll.offCycle && payroll.offCycleReason) {\n return OFF_CYCLE_REASON_LABELS[payroll.offCycleReason] ?? payroll.offCycleReason\n }\n if (payroll.offCycle) return 'Off-Cycle'\n return 'Regular'\n}\n\n/**\n * Merges existing fixed compensations with placeholder entries for any compensation types the employee\n * doesn't yet have, then filters out excluded types and sorts the result alphabetically.\n *\n * @remarks\n * Owners (FLSA status `Owner`) never receive placeholder entries. Placeholders are added with `amount: '0.00'`\n * and the supplied `primaryJobUuid`.\n *\n * @param options - Inputs controlling which placeholder entries to add and which types to exclude.\n * @returns The merged, filtered, and sorted list of fixed compensations.\n * @internal\n */\nexport const getAdditionalEarningsCompensations = ({\n flsaStatus,\n existingFixedCompensations = [],\n primaryJobUuid,\n fixedCompensationTypes = [],\n excludedTypes = [],\n}: {\n flsaStatus: string | undefined\n existingFixedCompensations?: FixedCompensations[]\n primaryJobUuid?: string\n fixedCompensationTypes?: PayrollFixedCompensationTypesType[]\n excludedTypes?: string[]\n}): FixedCompensations[] => {\n const allFixedCompensations = [...existingFixedCompensations]\n\n if (flsaStatus !== FlsaStatus.OWNER && primaryJobUuid && fixedCompensationTypes.length > 0) {\n const compensationTypeNames = fixedCompensationTypes\n .map(type => type.name)\n .filter(Boolean) as string[]\n\n compensationTypeNames.forEach(compensationName => {\n const exists = allFixedCompensations.some(\n comp => comp.name?.toLowerCase() === compensationName.toLowerCase(),\n )\n\n if (!exists) {\n allFixedCompensations.push({\n name: compensationName,\n amount: '0.00',\n jobUuid: primaryJobUuid,\n })\n }\n })\n }\n\n // Filter and sort additional earnings (exclude specified types)\n return allFixedCompensations\n .filter(comp => comp.name && !excludedTypes.includes(comp.name))\n .sort((a, b) => (a.name || '').localeCompare(b.name || ''))\n}\n\n/**\n * Returns whether any non-excluded employee compensation uses Direct Deposit.\n *\n * @remarks\n * When the input is empty or every compensation is excluded, returns `true` so callers don't gate UI on an\n * empty set.\n *\n * @param employeeCompensations - The employee compensations to inspect.\n * @returns `true` when at least one active compensation pays via Direct Deposit, or when the list is empty.\n * @internal\n */\nexport const hasDirectDepositEmployees = (\n employeeCompensations?: Array<{ paymentMethod?: string | null; excluded?: boolean }>,\n): boolean => {\n if (!employeeCompensations || employeeCompensations.length === 0) return true\n const activeCompensations = employeeCompensations.filter(comp => !comp.excluded)\n if (activeCompensations.length === 0) return true\n return activeCompensations.some(comp => comp.paymentMethod === 'Direct Deposit')\n}\n\n/**\n * Sums gross pay, employer taxes, reimbursements, and benefits from a payroll's totals.\n *\n * @param payrollData - The payroll whose totals to sum.\n * @returns The total payroll cost, or `0` when `payrollData.totals` is missing.\n * @internal\n */\nexport const calculateTotalPayroll = (payrollData: Payroll) => {\n const totalPayroll = payrollData.totals\n ? Number(payrollData.totals.grossPay ?? 0) +\n Number(payrollData.totals.employerTaxes ?? 0) +\n Number(payrollData.totals.reimbursements ?? 0) +\n Number(payrollData.totals.benefits ?? 0)\n : 0\n\n return totalPayroll\n}\n\n/**\n * Converts a Date to Pacific Time considering Daylight Saving Time.\n * Returns the UTC offset in hours (e.g., -7 for PDT, -8 for PST).\n *\n * DST rules for Pacific Time:\n * - Starts: Second Sunday in March at 2:00 AM\n * - Ends: First Sunday in November at 2:00 AM\n */\nconst getPacificTimeOffset = (date: Date): number => {\n const year = date.getFullYear()\n\n const secondSundayMarch = new Date(year, 2, 1)\n secondSundayMarch.setDate(1 + (7 - secondSundayMarch.getDay()) + 7)\n\n const firstSundayNovember = new Date(year, 10, 1)\n firstSundayNovember.setDate(1 + ((7 - firstSundayNovember.getDay()) % 7))\n\n const isDST = date >= secondSundayMarch && date < firstSundayNovember\n return isDST ? -7 : -8\n}\n\n/**\n * Determines whether a payroll can be cancelled based on its status, deadline, and the 4:00 PM PT cutoff.\n *\n * @remarks\n * Returns `true` only when the payroll has been processed, `payrollStatusMeta.cancellable` is not explicitly `false`,\n * the payroll has a `payrollDeadline`, and the current time is before 4:00 PM Pacific Time on that deadline date.\n *\n * @param payroll - The payroll to evaluate.\n * @returns `true` if the payroll is still cancellable, `false` otherwise.\n * @internal\n */\nexport const canCancelPayroll = (payroll: Payroll): boolean => {\n if (payroll.payrollStatusMeta?.cancellable === false) {\n return false\n }\n\n if (!payroll.processed) {\n return false\n }\n\n if (!payroll.payrollDeadline) {\n return false\n }\n\n const now = new Date()\n const deadline = new Date(payroll.payrollDeadline)\n\n const nowInPT = new Date(now.getTime() + getPacificTimeOffset(now) * MS_PER_HOUR)\n const deadlineInPT = new Date(deadline.getTime() + getPacificTimeOffset(deadline) * MS_PER_HOUR)\n\n const cutoffTime = new Date(deadlineInPT)\n cutoffTime.setUTCHours(16, 0, 0, 0)\n\n if (nowInPT >= cutoffTime) {\n return false\n }\n\n return true\n}\n"],"names":["REGULAR_HOURS_NAME","getPrimaryJob","employee","job","roundToSixDecimals","value","roundToTwoDecimals","isRegularHours","compensationName","PAY_PERIOD_HOURS_MAPPINGS","formatEmployeePayRate","locale","primaryJob","jobCompensation","rate","paymentUnit","formatPayRate","useFormatEmployeePayRate","t","useTranslation","useLocale","useCallback","getRegularHours","compensation","hourlyCompensation","sum","getOvertimeHours","getTotalPtoHours","pto","getAdditionalEarnings","fixedCompensation","name","amount","getReimbursements","reimbursement","reimbursementComp","cleanupReimbursements","reimbursements","consolidated","unnamedTotal","numericAmount","description","uuid","formatHoursDisplay","hours","rounded","getHoursInPayPeriod","paySchedule","getEffectiveCompensation","compensations","effectiveDate","sorted","a","b","i","currentDateString","currentDate","getEffectiveMinimumWage","minimumWages","isSalaried","getTotalTipCompensations","fixedCompensations","calculateHourlyRate","getHourlyRateForJob","jobUuid","j","getPrimaryHourlyRate","getTotalOutstandingPtoHours","paidTimeOff","getPtoHours","isSalariedWithExpectedHours","hoursInPayPeriod","offCycle","regularPtoHours","outstandingPtoHours","calculateMinimumWageAdjustment","primaryCompensation","effectiveMinWage","totalHours","hourlyRate","totalTipCredit","totalTips","calculateRegularPlusOvertimePay","ptoHours","isOffCycle","regularRatePay","hc","overtimeWeightedRate","overtimePay","multiplier","calculatePtoPay","primaryHourlyRate","isSalariedWithPayPeriodExpectedHours","regularHourlyCompensation","calculateGrossPay","compensationEffectiveDateString","payrollCategory","PayrollCategory","compensationEffectiveDate","salaried","isOffCyclePayroll","regularPlusOvertimePay","fixedPay","ptoPay","minimumWageAdjustment","total","isDismissalPayroll","offCycleReason","OffCycleReasonType","OFF_CYCLE_REASON_LABELS","getPayrollTypeLabel","payroll","getAdditionalEarningsCompensations","flsaStatus","existingFixedCompensations","primaryJobUuid","fixedCompensationTypes","excludedTypes","allFixedCompensations","FlsaStatus","type","comp","hasDirectDepositEmployees","employeeCompensations","activeCompensations","calculateTotalPayroll","payrollData","getPacificTimeOffset","date","year","secondSundayMarch","firstSundayNovember","canCancelPayroll","now","deadline","nowInPT","MS_PER_HOUR","deadlineInPT","cutoffTime"],"mappings":"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"}
@@ -1,20 +1,29 @@
1
1
  import "./types/i18next.d.ts"
2
2
  export { PayrollConfiguration } from './PayrollConfiguration/PayrollConfiguration';
3
+ export type { PayrollConfigurationProps } from './PayrollConfiguration/PayrollConfiguration';
3
4
  export { PayrollEditEmployee } from './PayrollEditEmployee/PayrollEditEmployee';
5
+ export type { PayrollEditEmployeeProps } from './PayrollEditEmployee/PayrollEditEmployee';
4
6
  export { PayrollHistory } from './PayrollHistory/PayrollHistory';
7
+ export type { PayrollHistoryProps } from './PayrollHistory/PayrollHistory';
5
8
  export { PayrollLanding } from './PayrollLanding/PayrollLanding';
9
+ export type { PayrollLandingProps } from './PayrollLanding/PayrollLanding';
6
10
  export { PayrollList } from './PayrollList/PayrollList';
11
+ export type { PayrollListBlockProps } from './PayrollList/PayrollList';
7
12
  export { OffCycleReasonSelection } from './OffCycleReasonSelection';
8
- export type { OffCycleReason, OffCycleReasonDefaults, OffCycleReasonSelectionProps, SelectReasonPayload, } from './OffCycleReasonSelection';
13
+ export type { OffCycleReason, OffCycleReasonDefaults, OffCycleReasonSelectionProps, SelectReasonPayload, WithholdingType, } from './OffCycleReasonSelection';
9
14
  export { OffCycleDeductionsSetting } from './OffCycleDeductionsSetting';
10
15
  export type { OffCycleDeductionsSettingProps, OffCycleDeductionsSettingChangePayload, } from './OffCycleDeductionsSetting';
11
16
  export { PayrollOverview } from './PayrollOverview/PayrollOverview';
17
+ export type { PayrollOverviewProps } from './PayrollOverview/PayrollOverview';
12
18
  export { PayrollFlow } from './PayrollFlow/PayrollFlow';
19
+ export type { PayrollFlowProps, PayrollFlowAlert } from './PayrollFlow/PayrollFlowComponents';
13
20
  export { PayrollExecutionFlow, type PayrollExecutionFlowProps, type PayrollExecutionInitialState, } from './PayrollExecutionFlow';
14
21
  export { PayrollReceipts } from './PayrollReceipts/PayrollReceipts';
22
+ export type { PayrollReceiptsProps } from './PayrollReceipts/PayrollReceipts';
15
23
  export { ConfirmWireDetails } from './ConfirmWireDetails/ConfirmWireDetails';
16
24
  export type { ConfirmWireDetailsProps, ConfirmWireDetailsComponentType } from './ConfirmWireDetails';
17
25
  export { PayrollBlockerList, type ApiPayrollBlocker } from './PayrollBlocker';
26
+ export type { PayrollBlockerListProps } from './PayrollBlocker/components/PayrollBlockerList';
18
27
  export { RecoveryCases } from './RecoveryCases/RecoveryCases';
19
28
  export type { OffCyclePayPeriodDateFormData, OffCyclePayrollDateType, } from './OffCyclePayPeriodDateForm';
20
29
  export { OffCycleCreation } from './OffCycleCreation';
@@ -22,7 +31,7 @@ export type { OffCycleCreationProps, OffCycleCreationFormData } from './OffCycle
22
31
  export { OffCycleFlow } from './OffCycle';
23
32
  export type { OffCycleFlowContextInterface, OffCycleFlowProps } from './OffCycle';
24
33
  export { DismissalFlow } from './Dismissal';
25
- export type { DismissalFlowProps, DismissalFlowContextInterface } from './Dismissal';
34
+ export type { DismissalFlowProps } from './Dismissal';
26
35
  export { DismissalPayPeriodSelection } from './Dismissal';
27
36
  export type { DismissalPayPeriodSelectionProps } from './Dismissal';
28
37
  export { TransitionFlow } from './Transition';
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Enum-like map of payroll categories combining `Regular`, `External`, and every off-cycle reason.
3
+ *
4
+ * @internal
5
+ */
1
6
  export declare const PayrollCategory: {
2
7
  readonly Regular: "Regular";
3
8
  readonly External: "External";
@@ -12,10 +17,29 @@ export declare const PayrollCategory: {
12
17
  readonly Reversal: "Reversal";
13
18
  readonly DisabilityInsurance: "Disability insurance distribution";
14
19
  };
20
+ /**
21
+ * Union of payroll category string values from {@link PayrollCategory}.
22
+ *
23
+ * @internal
24
+ */
15
25
  export type PayrollCategory = (typeof PayrollCategory)[keyof typeof PayrollCategory];
26
+ /**
27
+ * Derives a {@link PayrollCategory} from a payroll's `external`, `offCycle`, and `offCycleReason` flags.
28
+ *
29
+ * @param payroll - The payroll whose category to derive.
30
+ * @returns The matching category, falling back to `Regular` when nothing else applies.
31
+ * @internal
32
+ */
16
33
  export declare function derivePayrollCategory(payroll: {
17
34
  offCycle?: boolean;
18
35
  offCycleReason?: string | null;
19
36
  external?: boolean;
20
37
  }): PayrollCategory;
38
+ /**
39
+ * Returns whether a payroll category represents an off-cycle payroll.
40
+ *
41
+ * @param category - The payroll category to check.
42
+ * @returns `true` for any category other than `Regular` or `External`.
43
+ * @internal
44
+ */
21
45
  export declare function isOffCyclePayroll(category: PayrollCategory): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"payrollTypes.js","sources":["../../../src/components/Payroll/payrollTypes.ts"],"sourcesContent":["import { OffCycleReasonType } from '@gusto/embedded-api-v-2025-11-15/models/components/payroll'\n\nexport const PayrollCategory = {\n Regular: 'Regular',\n External: 'External',\n Bonus: OffCycleReasonType.Bonus,\n Correction: OffCycleReasonType.Correction,\n Dismissal: OffCycleReasonType.DismissedEmployee,\n HiredEmployee: OffCycleReasonType.HiredEmployee,\n Transition: OffCycleReasonType.TransitionFromOldPaySchedule,\n BenefitReversal: OffCycleReasonType.BenefitReversal,\n WageCorrection: OffCycleReasonType.WageCorrection,\n TaxReconciliation: OffCycleReasonType.TaxReconciliation,\n Reversal: OffCycleReasonType.Reversal,\n DisabilityInsurance: OffCycleReasonType.DisabilityInsuranceDistribution,\n} as const\n\nexport type PayrollCategory = (typeof PayrollCategory)[keyof typeof PayrollCategory]\n\nconst VALID_PAYROLL_CATEGORIES = new Set<string>(Object.values(PayrollCategory))\n\nexport function derivePayrollCategory(payroll: {\n offCycle?: boolean\n offCycleReason?: string | null\n external?: boolean\n}): PayrollCategory {\n if (payroll.external) return PayrollCategory.External\n if (\n payroll.offCycle &&\n payroll.offCycleReason &&\n VALID_PAYROLL_CATEGORIES.has(payroll.offCycleReason)\n ) {\n return payroll.offCycleReason as PayrollCategory\n }\n return PayrollCategory.Regular\n}\n\nexport function isOffCyclePayroll(category: PayrollCategory): boolean {\n return category !== PayrollCategory.Regular && category !== PayrollCategory.External\n}\n"],"names":["PayrollCategory","OffCycleReasonType","VALID_PAYROLL_CATEGORIES","derivePayrollCategory","payroll","isOffCyclePayroll","category"],"mappings":";AAEO,MAAMA,IAAkB;AAAA,EAC7B,SAAS;AAAA,EACT,UAAU;AAAA,EACV,OAAOC,EAAmB;AAAA,EAC1B,YAAYA,EAAmB;AAAA,EAC/B,WAAWA,EAAmB;AAAA,EAC9B,eAAeA,EAAmB;AAAA,EAClC,YAAYA,EAAmB;AAAA,EAC/B,iBAAiBA,EAAmB;AAAA,EACpC,gBAAgBA,EAAmB;AAAA,EACnC,mBAAmBA,EAAmB;AAAA,EACtC,UAAUA,EAAmB;AAAA,EAC7B,qBAAqBA,EAAmB;AAC1C,GAIMC,IAA2B,IAAI,IAAY,OAAO,OAAOF,CAAe,CAAC;AAExE,SAASG,EAAsBC,GAIlB;AAClB,SAAIA,EAAQ,WAAiBJ,EAAgB,WAE3CI,EAAQ,YACRA,EAAQ,kBACRF,EAAyB,IAAIE,EAAQ,cAAc,IAE5CA,EAAQ,iBAEVJ,EAAgB;AACzB;AAEO,SAASK,EAAkBC,GAAoC;AACpE,SAAOA,MAAaN,EAAgB,WAAWM,MAAaN,EAAgB;AAC9E;"}
1
+ {"version":3,"file":"payrollTypes.js","sources":["../../../src/components/Payroll/payrollTypes.ts"],"sourcesContent":["import { OffCycleReasonType } from '@gusto/embedded-api-v-2025-11-15/models/components/payroll'\n\n/**\n * Enum-like map of payroll categories combining `Regular`, `External`, and every off-cycle reason.\n *\n * @internal\n */\nexport const PayrollCategory = {\n Regular: 'Regular',\n External: 'External',\n Bonus: OffCycleReasonType.Bonus,\n Correction: OffCycleReasonType.Correction,\n Dismissal: OffCycleReasonType.DismissedEmployee,\n HiredEmployee: OffCycleReasonType.HiredEmployee,\n Transition: OffCycleReasonType.TransitionFromOldPaySchedule,\n BenefitReversal: OffCycleReasonType.BenefitReversal,\n WageCorrection: OffCycleReasonType.WageCorrection,\n TaxReconciliation: OffCycleReasonType.TaxReconciliation,\n Reversal: OffCycleReasonType.Reversal,\n DisabilityInsurance: OffCycleReasonType.DisabilityInsuranceDistribution,\n} as const\n\n/**\n * Union of payroll category string values from {@link PayrollCategory}.\n *\n * @internal\n */\nexport type PayrollCategory = (typeof PayrollCategory)[keyof typeof PayrollCategory]\n\nconst VALID_PAYROLL_CATEGORIES = new Set<string>(Object.values(PayrollCategory))\n\n/**\n * Derives a {@link PayrollCategory} from a payroll's `external`, `offCycle`, and `offCycleReason` flags.\n *\n * @param payroll - The payroll whose category to derive.\n * @returns The matching category, falling back to `Regular` when nothing else applies.\n * @internal\n */\nexport function derivePayrollCategory(payroll: {\n offCycle?: boolean\n offCycleReason?: string | null\n external?: boolean\n}): PayrollCategory {\n if (payroll.external) return PayrollCategory.External\n if (\n payroll.offCycle &&\n payroll.offCycleReason &&\n VALID_PAYROLL_CATEGORIES.has(payroll.offCycleReason)\n ) {\n return payroll.offCycleReason as PayrollCategory\n }\n return PayrollCategory.Regular\n}\n\n/**\n * Returns whether a payroll category represents an off-cycle payroll.\n *\n * @param category - The payroll category to check.\n * @returns `true` for any category other than `Regular` or `External`.\n * @internal\n */\nexport function isOffCyclePayroll(category: PayrollCategory): boolean {\n return category !== PayrollCategory.Regular && category !== PayrollCategory.External\n}\n"],"names":["PayrollCategory","OffCycleReasonType","VALID_PAYROLL_CATEGORIES","derivePayrollCategory","payroll","isOffCyclePayroll","category"],"mappings":";AAOO,MAAMA,IAAkB;AAAA,EAC7B,SAAS;AAAA,EACT,UAAU;AAAA,EACV,OAAOC,EAAmB;AAAA,EAC1B,YAAYA,EAAmB;AAAA,EAC/B,WAAWA,EAAmB;AAAA,EAC9B,eAAeA,EAAmB;AAAA,EAClC,YAAYA,EAAmB;AAAA,EAC/B,iBAAiBA,EAAmB;AAAA,EACpC,gBAAgBA,EAAmB;AAAA,EACnC,mBAAmBA,EAAmB;AAAA,EACtC,UAAUA,EAAmB;AAAA,EAC7B,qBAAqBA,EAAmB;AAC1C,GASMC,IAA2B,IAAI,IAAY,OAAO,OAAOF,CAAe,CAAC;AASxE,SAASG,EAAsBC,GAIlB;AAClB,SAAIA,EAAQ,WAAiBJ,EAAgB,WAE3CI,EAAQ,YACRA,EAAQ,kBACRF,EAAyB,IAAIE,EAAQ,cAAc,IAE5CA,EAAQ,iBAEVJ,EAAgB;AACzB;AASO,SAASK,EAAkBC,GAAoC;AACpE,SAAOA,MAAaN,EAAgB,WAAWM,MAAaN,EAAgB;AAC9E;"}
@@ -16,5 +16,17 @@ interface UsePreparedPayrollDataReturn {
16
16
  isPaginating: boolean;
17
17
  hasInitialData: boolean;
18
18
  }
19
+ /**
20
+ * Wraps the prepare-payroll mutation and pay-schedule fetch, retrying while the payroll is still being processed.
21
+ *
22
+ * @remarks
23
+ * Fires the prepare call once on mount, then exposes `handlePreparePayroll` for callers that need to re-prepare
24
+ * (e.g. after sort or pagination changes). Distinguishes initial loading from subsequent pagination via
25
+ * `isLoading` and `isPaginating`, and surfaces the pay schedule for the prepared payroll's pay period.
26
+ *
27
+ * @param params - The company and payroll identifiers, plus optional employee filter, sort, and ready callback.
28
+ * @returns The prepared payroll, its pay schedule, loading flags, and a `handlePreparePayroll` callback to re-run.
29
+ * @internal
30
+ */
19
31
  export declare const usePreparedPayrollData: ({ companyId, payrollId, employeeUuids, sortBy, onDataReady, }: UsePreparedPayrollDataParams) => UsePreparedPayrollDataReturn;
20
32
  export {};