@gusto/embedded-react-sdk 0.40.0 → 0.42.0

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 (309) hide show
  1. package/CHANGELOG.md +77 -42
  2. package/dist/assets/icons/house.svg.js +10 -0
  3. package/dist/assets/icons/house.svg.js.map +1 -0
  4. package/dist/components/Common/EmptyData/EmptyData.d.ts +3 -0
  5. package/dist/components/Common/EmptyData/EmptyData.js +11 -11
  6. package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
  7. package/dist/components/Common/EmptyData/EmptyData.module.scss.js +8 -6
  8. package/dist/components/Common/EmptyData/EmptyData.module.scss.js.map +1 -1
  9. package/dist/components/Common/Form/Form.d.ts +1 -1
  10. package/dist/components/Common/Form/Form.js +15 -5
  11. package/dist/components/Common/Form/Form.js.map +1 -1
  12. package/dist/components/Common/UI/Input/InputTypes.d.ts +1 -1
  13. package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
  14. package/dist/components/Common/UI/TextInput/TextInput.js +37 -35
  15. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  16. package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +1 -1
  17. package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
  18. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.d.ts +0 -1
  19. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +78 -61
  20. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  21. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/index.d.ts +1 -1
  22. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +7 -6
  23. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +54 -54
  24. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
  25. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js +11 -15
  26. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  27. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.d.ts +1 -1
  28. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  29. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js +37 -35
  30. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  31. package/dist/components/Company/PaySchedule/PaySchedule.d.ts +6 -1
  32. package/dist/components/Company/PaySchedule/PaySchedule.js +31 -148
  33. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  34. package/dist/components/Company/PaySchedule/PayScheduleComponents.d.ts +10 -0
  35. package/dist/components/Company/PaySchedule/PayScheduleComponents.js +26 -0
  36. package/dist/components/Company/PaySchedule/PayScheduleComponents.js.map +1 -0
  37. package/dist/components/Company/PaySchedule/PayScheduleForm.d.ts +8 -0
  38. package/dist/components/Company/PaySchedule/PayScheduleForm.js +186 -0
  39. package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -0
  40. package/dist/components/Company/PaySchedule/PayScheduleForm.module.scss.js +12 -0
  41. package/dist/components/Company/PaySchedule/PayScheduleForm.module.scss.js.map +1 -0
  42. package/dist/components/Company/PaySchedule/PayScheduleList.d.ts +8 -0
  43. package/dist/components/Company/PaySchedule/PayScheduleList.js +102 -0
  44. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -0
  45. package/dist/components/Company/PaySchedule/{_parts/List.module.scss.js → PayScheduleList.module.scss.js} +1 -1
  46. package/dist/components/Company/PaySchedule/PayScheduleList.module.scss.js.map +1 -0
  47. package/dist/components/Company/PaySchedule/payScheduleStateMachine.d.ts +6 -0
  48. package/dist/components/Company/PaySchedule/payScheduleStateMachine.js +49 -0
  49. package/dist/components/Company/PaySchedule/payScheduleStateMachine.js.map +1 -0
  50. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +11 -1
  51. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
  52. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js +13 -16
  53. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js.map +1 -1
  54. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js +61 -63
  55. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  56. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js +11 -11
  57. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js.map +1 -1
  58. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +88 -111
  59. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
  60. package/dist/components/Employee/Compensation/Edit.js +8 -8
  61. package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +2 -0
  62. package/dist/components/Employee/Dashboard/DashboardComponents.js +18 -6
  63. package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
  64. package/dist/components/Employee/Dashboard/dashboardStateMachine.d.ts +2 -0
  65. package/dist/components/Employee/Dashboard/dashboardStateMachine.js +55 -4
  66. package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
  67. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +0 -33
  68. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +130 -214
  69. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  70. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +79 -56
  71. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  72. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.d.ts +2 -3
  73. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -1
  74. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/index.d.ts +2 -2
  75. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +0 -1
  76. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js +33 -49
  77. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -1
  78. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +12 -3
  79. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
  80. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.js.map +1 -0
  81. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -0
  82. package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -0
  83. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -0
  84. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -0
  85. package/dist/components/Employee/HomeAddress/management/HomeAddress.d.ts +6 -0
  86. package/dist/components/Employee/HomeAddress/management/HomeAddress.js +48 -0
  87. package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -0
  88. package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +18 -0
  89. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +476 -0
  90. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -0
  91. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +8 -0
  92. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js +36 -0
  93. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -0
  94. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.test.d.ts +1 -0
  95. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +45 -0
  96. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +112 -0
  97. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -0
  98. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +1 -1
  99. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  100. package/dist/components/Employee/PaymentMethod/Split.js +22 -21
  101. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  102. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +1 -1
  103. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  104. package/dist/components/Employee/Profile/AdminProfile.js +144 -146
  105. package/dist/components/Employee/Profile/AdminProfile.js.map +1 -1
  106. package/dist/components/Employee/Profile/EmployeeProfile.js +34 -30
  107. package/dist/components/Employee/Profile/EmployeeProfile.js.map +1 -1
  108. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +37 -36
  109. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
  110. package/dist/components/Employee/Profile/shared/useHomeAddressForm/index.d.ts +2 -0
  111. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.d.ts +3 -0
  112. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +24 -0
  113. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -0
  114. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +9 -3
  115. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +97 -97
  116. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
  117. package/dist/components/Employee/Profile/shared/useWorkAddressForm/index.d.ts +2 -0
  118. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.d.ts +3 -0
  119. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +24 -0
  120. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -0
  121. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +10 -4
  122. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +95 -84
  123. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
  124. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js +11 -9
  125. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js.map +1 -1
  126. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js +71 -89
  127. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js.map +1 -1
  128. package/dist/components/Employee/WorkAddress/management/WorkAddress.d.ts +6 -0
  129. package/dist/components/Employee/WorkAddress/management/WorkAddress.js +48 -0
  130. package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -0
  131. package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +16 -0
  132. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +367 -0
  133. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -0
  134. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +4 -0
  135. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js +35 -0
  136. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -0
  137. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +45 -0
  138. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +143 -0
  139. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -0
  140. package/dist/components/Employee/exports/employeeManagement.d.ts +3 -1
  141. package/dist/components/Employee/exports/employeeManagement.js +12 -10
  142. package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
  143. package/dist/components/Employee/exports/employeeOnboarding.d.ts +1 -1
  144. package/dist/components/Employee/exports/employeeOnboarding.js +1 -1
  145. package/dist/components/Employee/index.d.ts +5 -1
  146. package/dist/components/Employee/index.js +37 -33
  147. package/dist/components/Employee/index.js.map +1 -1
  148. package/dist/components/Flow/Flow.js +23 -50
  149. package/dist/components/Flow/Flow.js.map +1 -1
  150. package/dist/components/Flow/FlowHeader.d.ts +16 -0
  151. package/dist/components/Flow/FlowHeader.js +89 -0
  152. package/dist/components/Flow/FlowHeader.js.map +1 -0
  153. package/dist/components/Flow/useFlow.d.ts +33 -6
  154. package/dist/components/Flow/useFlow.js.map +1 -1
  155. package/dist/components/Payroll/Dismissal/DismissalFlow.js +20 -18
  156. package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
  157. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +10 -10
  158. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
  159. package/dist/components/Payroll/Dismissal/dismissalStateMachine.js +17 -19
  160. package/dist/components/Payroll/Dismissal/dismissalStateMachine.js.map +1 -1
  161. package/dist/components/Payroll/OffCycle/OffCycleFlow.js +13 -11
  162. package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
  163. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +9 -9
  164. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
  165. package/dist/components/Payroll/OffCycle/offCycleStateMachine.js +25 -29
  166. package/dist/components/Payroll/OffCycle/offCycleStateMachine.js.map +1 -1
  167. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js +43 -42
  168. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
  169. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js +38 -42
  170. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
  171. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js +18 -17
  172. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js.map +1 -1
  173. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +69 -78
  174. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  175. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +13 -12
  176. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
  177. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +51 -82
  178. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
  179. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +45 -43
  180. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  181. package/dist/components/Payroll/Transition/TransitionFlow.js +17 -15
  182. package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
  183. package/dist/components/Payroll/Transition/TransitionFlowComponents.js +24 -24
  184. package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
  185. package/dist/components/Payroll/Transition/transitionStateMachine.js +25 -29
  186. package/dist/components/Payroll/Transition/transitionStateMachine.js.map +1 -1
  187. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTableTypes.d.ts +1 -0
  188. package/dist/helpers/breadcrumbHelpers.d.ts +35 -22
  189. package/dist/helpers/breadcrumbHelpers.js +45 -35
  190. package/dist/helpers/breadcrumbHelpers.js.map +1 -1
  191. package/dist/helpers/dateFormatting.d.ts +12 -0
  192. package/dist/helpers/dateFormatting.js +72 -65
  193. package/dist/helpers/dateFormatting.js.map +1 -1
  194. package/dist/helpers/formattedStrings.d.ts +2 -0
  195. package/dist/helpers/formattedStrings.js +30 -27
  196. package/dist/helpers/formattedStrings.js.map +1 -1
  197. package/dist/i18n/I18n.js +130 -35
  198. package/dist/i18n/I18n.js.map +1 -1
  199. package/dist/i18n/en/Company.PaySchedule.json.js +15 -13
  200. package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
  201. package/dist/i18n/en/Employee.HomeAddress.Management.json.js +60 -0
  202. package/dist/i18n/en/Employee.HomeAddress.Management.json.js.map +1 -0
  203. package/dist/i18n/en/Employee.HomeAddress.json.js +22 -20
  204. package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
  205. package/dist/i18n/en/Employee.I9SignatureForm.json.js +79 -75
  206. package/dist/i18n/en/Employee.I9SignatureForm.json.js.map +1 -1
  207. package/dist/i18n/en/Employee.PaymentMethod.json.js +13 -13
  208. package/dist/i18n/en/Employee.WorkAddress.Management.json.js +62 -0
  209. package/dist/i18n/en/Employee.WorkAddress.Management.json.js.map +1 -0
  210. package/dist/i18n/en/Payroll.RecoveryCasesList.json.js +14 -10
  211. package/dist/i18n/en/Payroll.RecoveryCasesList.json.js.map +1 -1
  212. package/dist/i18n/en/common.json.d.ts +1 -0
  213. package/dist/i18n/en/common.json.js +28 -26
  214. package/dist/i18n/en/common.json.js.map +1 -1
  215. package/dist/index.d.ts +6 -6
  216. package/dist/index.js +72 -68
  217. package/dist/index.js.map +1 -1
  218. package/dist/partner-hook-utils/form/fields/DatePickerHookField.d.ts +4 -2
  219. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js +19 -13
  220. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -1
  221. package/dist/partner-hook-utils/form/fields/SelectHookField.d.ts +5 -2
  222. package/dist/partner-hook-utils/form/fields/SelectHookField.js +21 -17
  223. package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
  224. package/dist/shared/constants.d.ts +4 -0
  225. package/dist/shared/constants.js +14 -12
  226. package/dist/shared/constants.js.map +1 -1
  227. package/dist/style.css +1 -1
  228. package/dist/types/i18next.d.ts +98 -1
  229. package/docs/reference/endpoint-inventory.json +88 -43
  230. package/package.json +10 -10
  231. package/dist/_virtual/dynamic-import-helper.js +0 -17
  232. package/dist/_virtual/dynamic-import-helper.js.map +0 -1
  233. package/dist/components/Common/SignatureForm/SignatureForm.d.ts +0 -14
  234. package/dist/components/Common/SignatureForm/SignatureForm.js +0 -26
  235. package/dist/components/Common/SignatureForm/SignatureForm.js.map +0 -1
  236. package/dist/components/Common/SignatureForm/SignatureForm.module.scss.js +0 -10
  237. package/dist/components/Common/SignatureForm/SignatureForm.module.scss.js.map +0 -1
  238. package/dist/components/Common/SignatureForm/SignatureFormActions.d.ts +0 -8
  239. package/dist/components/Common/SignatureForm/SignatureFormActions.js +0 -19
  240. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +0 -1
  241. package/dist/components/Common/SignatureForm/SignatureFormFields.d.ts +0 -9
  242. package/dist/components/Common/SignatureForm/SignatureFormFields.js +0 -36
  243. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +0 -1
  244. package/dist/components/Common/SignatureForm/index.d.ts +0 -5
  245. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.d.ts +0 -1
  246. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js +0 -20
  247. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +0 -1
  248. package/dist/components/Company/DocumentSigner/SignatureForm/Form.d.ts +0 -1
  249. package/dist/components/Company/DocumentSigner/SignatureForm/Form.js +0 -20
  250. package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +0 -1
  251. package/dist/components/Company/DocumentSigner/SignatureForm/Head.d.ts +0 -1
  252. package/dist/components/Company/DocumentSigner/SignatureForm/Head.js +0 -35
  253. package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +0 -1
  254. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.d.ts +0 -1
  255. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js +0 -20
  256. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +0 -1
  257. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.d.ts +0 -9
  258. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +0 -22
  259. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +0 -1
  260. package/dist/components/Company/PaySchedule/_parts/Actions.d.ts +0 -1
  261. package/dist/components/Company/PaySchedule/_parts/Actions.js +0 -62
  262. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +0 -1
  263. package/dist/components/Company/PaySchedule/_parts/Edit.d.ts +0 -1
  264. package/dist/components/Company/PaySchedule/_parts/Edit.js +0 -134
  265. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +0 -1
  266. package/dist/components/Company/PaySchedule/_parts/Edit.module.scss.js +0 -14
  267. package/dist/components/Company/PaySchedule/_parts/Edit.module.scss.js.map +0 -1
  268. package/dist/components/Company/PaySchedule/_parts/Head.d.ts +0 -1
  269. package/dist/components/Company/PaySchedule/_parts/Head.js +0 -47
  270. package/dist/components/Company/PaySchedule/_parts/Head.js.map +0 -1
  271. package/dist/components/Company/PaySchedule/_parts/List.d.ts +0 -1
  272. package/dist/components/Company/PaySchedule/_parts/List.js +0 -57
  273. package/dist/components/Company/PaySchedule/_parts/List.js.map +0 -1
  274. package/dist/components/Company/PaySchedule/_parts/List.module.scss.js.map +0 -1
  275. package/dist/components/Company/PaySchedule/_parts/index.d.ts +0 -5
  276. package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -39
  277. package/dist/components/Company/PaySchedule/usePaySchedule.js +0 -30
  278. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +0 -1
  279. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.d.ts +0 -1
  280. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js +0 -20
  281. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +0 -1
  282. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.d.ts +0 -1
  283. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js +0 -20
  284. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +0 -1
  285. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.d.ts +0 -1
  286. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js +0 -35
  287. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +0 -1
  288. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.d.ts +0 -1
  289. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js +0 -20
  290. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +0 -1
  291. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.d.ts +0 -9
  292. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +0 -20
  293. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +0 -1
  294. package/dist/components/Employee/employee-list/management/ManagementEmployeeList.js.map +0 -1
  295. package/dist/components/Employee/employee-list/management/ManagementEmployeeListView.js.map +0 -1
  296. package/dist/components/Employee/employee-list/onboarding/EmployeeList.js.map +0 -1
  297. package/dist/components/Employee/employee-list/onboarding/EmployeeListView.js.map +0 -1
  298. package/dist/components/Employee/employee-list/shared/useEmployeeList.js.map +0 -1
  299. /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeList.d.ts +0 -0
  300. /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeList.js +0 -0
  301. /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeListView.d.ts +0 -0
  302. /package/dist/components/Employee/{employee-list → EmployeeList}/management/ManagementEmployeeListView.js +0 -0
  303. /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeList.d.ts +0 -0
  304. /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeList.js +0 -0
  305. /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeListView.d.ts +0 -0
  306. /package/dist/components/Employee/{employee-list → EmployeeList}/onboarding/EmployeeListView.js +0 -0
  307. /package/dist/components/Employee/{employee-list → EmployeeList}/shared/index.d.ts +0 -0
  308. /package/dist/components/Employee/{employee-list → EmployeeList}/shared/useEmployeeList.d.ts +0 -0
  309. /package/dist/components/Employee/{employee-list → EmployeeList}/shared/useEmployeeList.js +0 -0
@@ -1,36 +0,0 @@
1
- import { jsxs as s, Fragment as m, jsx as e } from "react/jsx-runtime";
2
- import { TextInputField as a } from "../Fields/TextInputField/TextInputField.js";
3
- import { CheckboxField as u } from "../Fields/CheckboxField/CheckboxField.js";
4
- function p({
5
- signatureLabel: r,
6
- signatureDescription: i = "",
7
- signatureError: t = "",
8
- confirmationLabel: o,
9
- confirmationError: n = ""
10
- }) {
11
- return /* @__PURE__ */ s(m, { children: [
12
- /* @__PURE__ */ e(
13
- a,
14
- {
15
- name: "signature",
16
- label: r,
17
- description: i,
18
- errorMessage: t,
19
- isRequired: !0
20
- }
21
- ),
22
- /* @__PURE__ */ e(
23
- u,
24
- {
25
- name: "confirmSignature",
26
- isRequired: !0,
27
- label: o,
28
- errorMessage: n
29
- }
30
- )
31
- ] });
32
- }
33
- export {
34
- p as SignatureFormFields
35
- };
36
- //# sourceMappingURL=SignatureFormFields.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SignatureFormFields.js","sources":["../../../../src/components/Common/SignatureForm/SignatureFormFields.tsx"],"sourcesContent":["import { TextInputField, CheckboxField } from '@/components/Common'\n\ninterface SignatureFormFieldsProps {\n signatureLabel: string\n signatureDescription?: string\n signatureError?: string\n confirmationLabel: string\n confirmationError?: string\n}\n\nexport function SignatureFormFields({\n signatureLabel,\n signatureDescription = '',\n signatureError = '',\n confirmationLabel,\n confirmationError = '',\n}: SignatureFormFieldsProps) {\n return (\n <>\n <TextInputField\n name=\"signature\"\n label={signatureLabel}\n description={signatureDescription}\n errorMessage={signatureError}\n isRequired\n />\n <CheckboxField\n name=\"confirmSignature\"\n isRequired\n label={confirmationLabel}\n errorMessage={confirmationError}\n />\n </>\n )\n}\n"],"names":["SignatureFormFields","signatureLabel","signatureDescription","signatureError","confirmationLabel","confirmationError","jsxs","Fragment","jsx","TextInputField","CheckboxField"],"mappings":";;;AAUO,SAASA,EAAoB;AAAA,EAClC,gBAAAC;AAAA,EACA,sBAAAC,IAAuB;AAAA,EACvB,gBAAAC,IAAiB;AAAA,EACjB,mBAAAC;AAAA,EACA,mBAAAC,IAAoB;AACtB,GAA6B;AAC3B,SACE,gBAAAC,EAAAC,GAAA,EACE,UAAA;AAAA,IAAA,gBAAAC;AAAA,MAACC;AAAA,MAAA;AAAA,QACC,MAAK;AAAA,QACL,OAAOR;AAAA,QACP,aAAaC;AAAA,QACb,cAAcC;AAAA,QACd,YAAU;AAAA,MAAA;AAAA,IAAA;AAAA,IAEZ,gBAAAK;AAAA,MAACE;AAAA,MAAA;AAAA,QACC,MAAK;AAAA,QACL,YAAU;AAAA,QACV,OAAON;AAAA,QACP,cAAcC;AAAA,MAAA;AAAA,IAAA;AAAA,EAChB,GACF;AAEJ;"}
@@ -1,5 +0,0 @@
1
- import "./types/i18next.d.ts"
2
- export { SignatureForm } from './SignatureForm';
3
- export { SignatureFormFields } from './SignatureFormFields';
4
- export { SignatureFormActions } from './SignatureFormActions';
5
- export type { SignatureFormInputs } from './SignatureForm';
@@ -1 +0,0 @@
1
- export declare function Actions(): import("react/jsx-runtime").JSX.Element;
@@ -1,20 +0,0 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import { useTranslation as n } from "react-i18next";
3
- import { useSignatureForm as a } from "./useSignatureForm.js";
4
- import { SignatureFormActions as m } from "../../../Common/SignatureForm/SignatureFormActions.js";
5
- function b() {
6
- const { onBack: t, isPending: r } = a(), { t: o } = n("Company.SignatureForm");
7
- return /* @__PURE__ */ i(
8
- m,
9
- {
10
- onBack: t,
11
- backLabel: o("backCta"),
12
- submitLabel: o("submitCta"),
13
- isLoading: r
14
- }
15
- );
16
- }
17
- export {
18
- b as Actions
19
- };
20
- //# sourceMappingURL=Actions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Actions.js","sources":["../../../../../src/components/Company/DocumentSigner/SignatureForm/Actions.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { useSignatureForm } from './useSignatureForm'\nimport { SignatureFormActions } from '@/components/Common/SignatureForm'\n\nexport function Actions() {\n const { onBack, isPending } = useSignatureForm()\n const { t } = useTranslation('Company.SignatureForm')\n\n return (\n <SignatureFormActions\n onBack={onBack}\n backLabel={t('backCta')}\n submitLabel={t('submitCta')}\n isLoading={isPending}\n />\n )\n}\n"],"names":["Actions","onBack","isPending","useSignatureForm","t","useTranslation","jsx","SignatureFormActions"],"mappings":";;;;AAIO,SAASA,IAAU;AACxB,QAAM,EAAE,QAAAC,GAAQ,WAAAC,EAAA,IAAcC,EAAA,GACxB,EAAE,GAAAC,EAAA,IAAMC,EAAe,uBAAuB;AAEpD,SACE,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,QAAAN;AAAA,MACA,WAAWG,EAAE,SAAS;AAAA,MACtB,aAAaA,EAAE,WAAW;AAAA,MAC1B,WAAWF;AAAA,IAAA;AAAA,EAAA;AAGjB;"}
@@ -1 +0,0 @@
1
- export declare function Form(): import("react/jsx-runtime").JSX.Element;
@@ -1,20 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { useTranslation as i } from "react-i18next";
3
- import { SignatureFormFields as n } from "../../../Common/SignatureForm/SignatureFormFields.js";
4
- function m() {
5
- const { t: r } = i("Company.SignatureForm");
6
- return /* @__PURE__ */ o(
7
- n,
8
- {
9
- signatureLabel: r("signatureLabel"),
10
- signatureDescription: r("signatureDescription"),
11
- signatureError: r("signatureError"),
12
- confirmationLabel: r("confirmationLabel"),
13
- confirmationError: r("confirmationError")
14
- }
15
- );
16
- }
17
- export {
18
- m as Form
19
- };
20
- //# sourceMappingURL=Form.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Form.js","sources":["../../../../../src/components/Company/DocumentSigner/SignatureForm/Form.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { SignatureFormFields } from '@/components/Common/SignatureForm'\n\nexport function Form() {\n const { t } = useTranslation('Company.SignatureForm')\n\n return (\n <SignatureFormFields\n signatureLabel={t('signatureLabel')}\n signatureDescription={t('signatureDescription')}\n signatureError={t('signatureError')}\n confirmationLabel={t('confirmationLabel')}\n confirmationError={t('confirmationError')}\n />\n )\n}\n"],"names":["Form","t","useTranslation","jsx","SignatureFormFields"],"mappings":";;;AAGO,SAASA,IAAO;AACrB,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,uBAAuB;AAEpD,SACE,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,gBAAgBH,EAAE,gBAAgB;AAAA,MAClC,sBAAsBA,EAAE,sBAAsB;AAAA,MAC9C,gBAAgBA,EAAE,gBAAgB;AAAA,MAClC,mBAAmBA,EAAE,mBAAmB;AAAA,MACxC,mBAAmBA,EAAE,mBAAmB;AAAA,IAAA;AAAA,EAAA;AAG9C;"}
@@ -1 +0,0 @@
1
- export declare function Head(): import("react/jsx-runtime").JSX.Element;
@@ -1,35 +0,0 @@
1
- import { jsxs as i, jsx as o } from "react/jsx-runtime";
2
- import { useTranslation as m, Trans as s } from "react-i18next";
3
- import { useSignatureForm as a } from "./useSignatureForm.js";
4
- import { useComponentContext as d } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
5
- function u() {
6
- const { form: n, pdfUrl: e } = a(), { t } = m("Company.SignatureForm"), r = d();
7
- return /* @__PURE__ */ i("section", { children: [
8
- /* @__PURE__ */ o(r.Heading, { as: "h2", children: t("signatureFormTitle", { formTitle: n.title }) }),
9
- e && /* @__PURE__ */ o(r.Text, { children: /* @__PURE__ */ o(
10
- s,
11
- {
12
- t,
13
- i18nKey: "downloadPrompt",
14
- values: {
15
- description: n.description
16
- },
17
- components: {
18
- downloadLink: /* @__PURE__ */ o(
19
- r.Link,
20
- {
21
- href: e,
22
- target: "_blank",
23
- rel: "noopener noreferrer",
24
- download: `${n.title || "form"}.pdf`
25
- }
26
- )
27
- }
28
- }
29
- ) })
30
- ] });
31
- }
32
- export {
33
- u as Head
34
- };
35
- //# sourceMappingURL=Head.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Head.js","sources":["../../../../../src/components/Company/DocumentSigner/SignatureForm/Head.tsx"],"sourcesContent":["import { Trans, useTranslation } from 'react-i18next'\nimport { useSignatureForm } from './useSignatureForm'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\n\nexport function Head() {\n const { form, pdfUrl } = useSignatureForm()\n const { t } = useTranslation('Company.SignatureForm')\n const Components = useComponentContext()\n\n return (\n <section>\n <Components.Heading as=\"h2\">\n {t('signatureFormTitle', { formTitle: form.title })}\n </Components.Heading>\n {pdfUrl && (\n <Components.Text>\n <Trans\n t={t}\n i18nKey=\"downloadPrompt\"\n values={{\n description: form.description,\n }}\n components={{\n downloadLink: (\n <Components.Link\n href={pdfUrl}\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n download={`${form.title || 'form'}.pdf`}\n />\n ),\n }}\n />\n </Components.Text>\n )}\n </section>\n )\n}\n"],"names":["Head","form","pdfUrl","useSignatureForm","useTranslation","Components","useComponentContext","jsx","Trans"],"mappings":";;;;AAIO,SAASA,IAAO;AACrB,QAAM,EAAE,MAAAC,GAAM,QAAAC,EAAA,IAAWC,EAAA,GACnB,EAAE,EAAA,IAAMC,EAAe,uBAAuB,GAC9CC,IAAaC,EAAA;AAEnB,2BACG,WAAA,EACC,UAAA;AAAA,IAAA,gBAAAC,EAACF,EAAW,SAAX,EAAmB,IAAG,MACpB,UAAA,EAAE,sBAAsB,EAAE,WAAWJ,EAAK,MAAA,CAAO,EAAA,CACpD;AAAA,IACCC,KACC,gBAAAK,EAACF,EAAW,MAAX,EACC,UAAA,gBAAAE;AAAA,MAACC;AAAA,MAAA;AAAA,QACC;AAAA,QACA,SAAQ;AAAA,QACR,QAAQ;AAAA,UACN,aAAaP,EAAK;AAAA,QAAA;AAAA,QAEpB,YAAY;AAAA,UACV,cACE,gBAAAM;AAAA,YAACF,EAAW;AAAA,YAAX;AAAA,cACC,MAAMH;AAAA,cACN,QAAO;AAAA,cACP,KAAI;AAAA,cACJ,UAAU,GAAGD,EAAK,SAAS,MAAM;AAAA,YAAA;AAAA,UAAA;AAAA,QACnC;AAAA,MAEJ;AAAA,IAAA,EACF,CACF;AAAA,EAAA,GAEJ;AAEJ;"}
@@ -1 +0,0 @@
1
- export declare function Preview(): import("react/jsx-runtime").JSX.Element;
@@ -1,20 +0,0 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import { useTranslation as e } from "react-i18next";
3
- import { useSignatureForm as i } from "./useSignatureForm.js";
4
- import { DocumentViewer as m } from "../../../Common/DocumentViewer/DocumentViewer.js";
5
- function l() {
6
- const { form: t, pdfUrl: r } = i(), { t: o } = e("Company.SignatureForm");
7
- return /* @__PURE__ */ n(
8
- m,
9
- {
10
- url: r,
11
- title: t.title,
12
- downloadInstructions: o("downloadInstructions"),
13
- viewDocumentLabel: o("viewDocumentCta")
14
- }
15
- );
16
- }
17
- export {
18
- l as Preview
19
- };
20
- //# sourceMappingURL=Preview.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Preview.js","sources":["../../../../../src/components/Company/DocumentSigner/SignatureForm/Preview.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { useSignatureForm } from './useSignatureForm'\nimport { DocumentViewer } from '@/components/Common/DocumentViewer'\n\nexport function Preview() {\n const { form, pdfUrl } = useSignatureForm()\n const { t } = useTranslation('Company.SignatureForm')\n\n return (\n <DocumentViewer\n url={pdfUrl}\n title={form.title}\n downloadInstructions={t('downloadInstructions')}\n viewDocumentLabel={t('viewDocumentCta')}\n />\n )\n}\n"],"names":["Preview","form","pdfUrl","useSignatureForm","t","useTranslation","jsx","DocumentViewer"],"mappings":";;;;AAIO,SAASA,IAAU;AACxB,QAAM,EAAE,MAAAC,GAAM,QAAAC,EAAA,IAAWC,EAAA,GACnB,EAAE,GAAAC,EAAA,IAAMC,EAAe,uBAAuB;AAEpD,SACE,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,KAAKL;AAAA,MACL,OAAOD,EAAK;AAAA,MACZ,sBAAsBG,EAAE,sBAAsB;AAAA,MAC9C,mBAAmBA,EAAE,iBAAiB;AAAA,IAAA;AAAA,EAAA;AAG5C;"}
@@ -1,9 +0,0 @@
1
- import { Form as FormSchema } from '@gusto/embedded-api/models/components/form';
2
- type SignatureFormContextType = {
3
- form: FormSchema;
4
- pdfUrl?: string | null;
5
- isPending: boolean;
6
- onBack: () => void;
7
- };
8
- declare const useSignatureForm: () => SignatureFormContextType, SignatureFormProvider: import('react').Provider<SignatureFormContextType | null>;
9
- export { useSignatureForm, SignatureFormProvider };
@@ -1,22 +0,0 @@
1
- import "react/jsx-runtime";
2
- import "react";
3
- import "react-error-boundary";
4
- import "react-i18next";
5
- import "@tanstack/react-query";
6
- import "../../../Base/useBase.js";
7
- import "@gusto/embedded-api/models/errors/apierror";
8
- import "@gusto/embedded-api/models/errors/gustoembeddederror";
9
- import "@gusto/embedded-api/models/errors/sdkvalidationerror";
10
- import "@gusto/embedded-api/models/errors/unprocessableentityerrorobject";
11
- import "@gusto/embedded-api/models/errors/httpclienterrors";
12
- import "../../../../shared/constants.js";
13
- import "../../../../contexts/ComponentAdapter/useComponentContext.js";
14
- import { createCompoundContext as o } from "../../../Base/createCompoundContext.js";
15
- const [c, d] = o(
16
- "CompanySignatureFormContext"
17
- );
18
- export {
19
- d as SignatureFormProvider,
20
- c as useSignatureForm
21
- };
22
- //# sourceMappingURL=useSignatureForm.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSignatureForm.js","sources":["../../../../../src/components/Company/DocumentSigner/SignatureForm/useSignatureForm.ts"],"sourcesContent":["import { type Form as FormSchema } from '@gusto/embedded-api/models/components/form'\nimport { createCompoundContext } from '@/components/Base'\n\ntype SignatureFormContextType = {\n form: FormSchema\n pdfUrl?: string | null\n isPending: boolean\n onBack: () => void\n}\n\nconst [useSignatureForm, SignatureFormProvider] = createCompoundContext<SignatureFormContextType>(\n 'CompanySignatureFormContext',\n)\n\nexport { useSignatureForm, SignatureFormProvider }\n"],"names":["useSignatureForm","SignatureFormProvider","createCompoundContext"],"mappings":";;;;;;;;;;;;;;AAUA,MAAM,CAACA,GAAkBC,CAAqB,IAAIC;AAAA,EAChD;AACF;"}
@@ -1 +0,0 @@
1
- export declare const Actions: () => import("react/jsx-runtime").JSX.Element;
@@ -1,62 +0,0 @@
1
- import { jsxs as e, Fragment as l, jsx as o } from "react/jsx-runtime";
2
- import { useTranslation as m } from "react-i18next";
3
- import { usePaySchedule as u } from "../usePaySchedule.js";
4
- import { ActionsLayout as a } from "../../../Common/ActionsLayout/ActionsLayout.js";
5
- import { useComponentContext as h } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
6
- const E = () => {
7
- const { t: n } = m("Company.PaySchedule"), { mode: i, handleAdd: s, handleCancel: c, handleContinue: d, isPending: r } = u(), t = h();
8
- return /* @__PURE__ */ e(l, { children: [
9
- i === "LIST_PAY_SCHEDULES" && /* @__PURE__ */ e(a, { children: [
10
- /* @__PURE__ */ o(
11
- t.Button,
12
- {
13
- variant: "secondary",
14
- onClick: () => {
15
- s();
16
- },
17
- children: n("addAnotherPayScheduleCta")
18
- }
19
- ),
20
- /* @__PURE__ */ o(
21
- t.Button,
22
- {
23
- variant: "primary",
24
- onClick: () => {
25
- d();
26
- },
27
- children: n("continueCta")
28
- }
29
- )
30
- ] }),
31
- i === "ADD_PAY_SCHEDULE" && /* @__PURE__ */ e(a, { children: [
32
- /* @__PURE__ */ o(
33
- t.Button,
34
- {
35
- variant: "secondary",
36
- onClick: () => {
37
- c();
38
- },
39
- children: n("actions.cancel")
40
- }
41
- ),
42
- /* @__PURE__ */ o(t.Button, { type: "submit", isLoading: r, children: n("actions.save") })
43
- ] }),
44
- i === "EDIT_PAY_SCHEDULE" && /* @__PURE__ */ e(a, { children: [
45
- /* @__PURE__ */ o(
46
- t.Button,
47
- {
48
- variant: "secondary",
49
- onClick: () => {
50
- c();
51
- },
52
- children: n("actions.cancel")
53
- }
54
- ),
55
- /* @__PURE__ */ o(t.Button, { type: "submit", isLoading: r, children: n("actions.save") })
56
- ] })
57
- ] });
58
- };
59
- export {
60
- E as Actions
61
- };
62
- //# sourceMappingURL=Actions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Actions.js","sources":["../../../../../src/components/Company/PaySchedule/_parts/Actions.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { usePaySchedule } from '../usePaySchedule'\nimport { ActionsLayout } from '@/components/Common'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\n\nexport const Actions = () => {\n const { t } = useTranslation('Company.PaySchedule')\n const { mode, handleAdd, handleCancel, handleContinue, isPending } = usePaySchedule()\n const Components = useComponentContext()\n\n return (\n <>\n {mode === 'LIST_PAY_SCHEDULES' && (\n <ActionsLayout>\n <Components.Button\n variant=\"secondary\"\n onClick={() => {\n handleAdd()\n }}\n >\n {t('addAnotherPayScheduleCta')}\n </Components.Button>\n <Components.Button\n variant=\"primary\"\n onClick={() => {\n handleContinue()\n }}\n >\n {t('continueCta')}\n </Components.Button>\n </ActionsLayout>\n )}\n {mode === 'ADD_PAY_SCHEDULE' && (\n <ActionsLayout>\n <Components.Button\n variant=\"secondary\"\n onClick={() => {\n handleCancel()\n }}\n >\n {t('actions.cancel')}\n </Components.Button>\n <Components.Button type=\"submit\" isLoading={isPending}>\n {t('actions.save')}\n </Components.Button>\n </ActionsLayout>\n )}\n {mode === 'EDIT_PAY_SCHEDULE' && (\n <ActionsLayout>\n <Components.Button\n variant=\"secondary\"\n onClick={() => {\n handleCancel()\n }}\n >\n {t('actions.cancel')}\n </Components.Button>\n <Components.Button type=\"submit\" isLoading={isPending}>\n {t('actions.save')}\n </Components.Button>\n </ActionsLayout>\n )}\n </>\n )\n}\n"],"names":["Actions","t","useTranslation","mode","handleAdd","handleCancel","handleContinue","isPending","usePaySchedule","Components","useComponentContext","jsxs","Fragment","ActionsLayout","jsx"],"mappings":";;;;;AAKO,MAAMA,IAAU,MAAM;AAC3B,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,qBAAqB,GAC5C,EAAE,MAAAC,GAAM,WAAAC,GAAW,cAAAC,GAAc,gBAAAC,GAAgB,WAAAC,EAAA,IAAcC,EAAA,GAC/DC,IAAaC,EAAA;AAEnB,SACE,gBAAAC,EAAAC,GAAA,EACG,UAAA;AAAA,IAAAT,MAAS,0CACPU,GAAA,EACC,UAAA;AAAA,MAAA,gBAAAC;AAAA,QAACL,EAAW;AAAA,QAAX;AAAA,UACC,SAAQ;AAAA,UACR,SAAS,MAAM;AACb,YAAAL,EAAA;AAAA,UACF;AAAA,UAEC,YAAE,0BAA0B;AAAA,QAAA;AAAA,MAAA;AAAA,MAE/B,gBAAAU;AAAA,QAACL,EAAW;AAAA,QAAX;AAAA,UACC,SAAQ;AAAA,UACR,SAAS,MAAM;AACb,YAAAH,EAAA;AAAA,UACF;AAAA,UAEC,YAAE,aAAa;AAAA,QAAA;AAAA,MAAA;AAAA,IAClB,GACF;AAAA,IAEDH,MAAS,sBACR,gBAAAQ,EAACE,GAAA,EACC,UAAA;AAAA,MAAA,gBAAAC;AAAA,QAACL,EAAW;AAAA,QAAX;AAAA,UACC,SAAQ;AAAA,UACR,SAAS,MAAM;AACb,YAAAJ,EAAA;AAAA,UACF;AAAA,UAEC,YAAE,gBAAgB;AAAA,QAAA;AAAA,MAAA;AAAA,MAErB,gBAAAS,EAACL,EAAW,QAAX,EAAkB,MAAK,UAAS,WAAWF,GACzC,UAAAN,EAAE,cAAc,EAAA,CACnB;AAAA,IAAA,GACF;AAAA,IAEDE,MAAS,uBACR,gBAAAQ,EAACE,GAAA,EACC,UAAA;AAAA,MAAA,gBAAAC;AAAA,QAACL,EAAW;AAAA,QAAX;AAAA,UACC,SAAQ;AAAA,UACR,SAAS,MAAM;AACb,YAAAJ,EAAA;AAAA,UACF;AAAA,UAEC,YAAE,gBAAgB;AAAA,QAAA;AAAA,MAAA;AAAA,MAErB,gBAAAS,EAACL,EAAW,QAAX,EAAkB,MAAK,UAAS,WAAWF,GACzC,UAAAN,EAAE,cAAc,EAAA,CACnB;AAAA,IAAA,EAAA,CACF;AAAA,EAAA,GAEJ;AAEJ;"}
@@ -1 +0,0 @@
1
- export declare const Edit: () => import("react/jsx-runtime").JSX.Element | null;
@@ -1,134 +0,0 @@
1
- import { jsx as t, jsxs as m } from "react/jsx-runtime";
2
- import { useFormContext as S, useWatch as p } from "react-hook-form";
3
- import { useTranslation as q } from "react-i18next";
4
- import { useState as C, useEffect as T } from "react";
5
- import { usePaySchedule as x } from "../usePaySchedule.js";
6
- import n from "./Edit.module.scss.js";
7
- import { Flex as y } from "../../../Common/Flex/Flex.js";
8
- import { Grid as E } from "../../../Common/Grid/Grid.js";
9
- import { useComponentContext as N } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
10
- import { useDateFormatter as F } from "../../../../hooks/useDateFormatter.js";
11
- import { TextInputField as R } from "../../../Common/Fields/TextInputField/TextInputField.js";
12
- import { SelectField as O } from "../../../Common/Fields/SelectField/SelectField.js";
13
- import { RadioGroupField as M } from "../../../Common/Fields/RadioGroupField/RadioGroupField.js";
14
- import { NumberInputField as h } from "../../../Common/Fields/NumberInputField/NumberInputField.js";
15
- import { DatePickerField as f } from "../../../Common/Fields/DatePickerField/DatePickerField.js";
16
- const K = () => {
17
- const o = N(), { t: e } = q("Company.PaySchedule"), P = F(), { payPeriodPreview: r, mode: u, payPreviewLoading: D, paymentSpeedDays: v } = x(), { setValue: d } = S(), [a, b] = C(0), i = p({ name: "frequency" }), l = p({ name: "customTwicePerMonth" }), w = i === "Twice per month" && l === "custom" || i === "Monthly", g = i === "Twice per month" && l === "custom";
18
- return T(() => {
19
- i === "Twice per month" && l === "1st15th" && (d("day1", 15), d("day2", 31));
20
- }, [i, l, d]), u !== "EDIT_PAY_SCHEDULE" && u !== "ADD_PAY_SCHEDULE" ? null : /* @__PURE__ */ t("div", { className: n.payScheduleContainer, children: /* @__PURE__ */ m(E, { gap: 32, gridTemplateColumns: { base: "1fr", small: "1fr 1fr" }, children: [
21
- /* @__PURE__ */ t("div", { className: n.payScheduleForm, children: /* @__PURE__ */ m(y, { flexDirection: "column", children: [
22
- /* @__PURE__ */ t(R, { name: "customName", label: e("labels.name"), isRequired: !0 }),
23
- /* @__PURE__ */ t(
24
- O,
25
- {
26
- name: "frequency",
27
- label: e("labels.frequency"),
28
- options: [
29
- { value: "Every week", label: e("frequencies.everyWeek") },
30
- { value: "Every other week", label: e("frequencies.everyOtherWeek") },
31
- { value: "Twice per month", label: e("frequencies.twicePerMonth") },
32
- { value: "Monthly", label: e("frequencies.monthly") }
33
- ],
34
- isRequired: !0
35
- }
36
- ),
37
- i === "Twice per month" && /* @__PURE__ */ t(
38
- M,
39
- {
40
- name: "customTwicePerMonth",
41
- label: e("labels.frequencyOptions"),
42
- description: e("descriptions.frequencyOptionsDescription"),
43
- options: [
44
- { value: "1st15th", label: e("frequencyOptions.15thAndLast") },
45
- { value: "custom", label: e("frequencyOptions.custom") }
46
- ]
47
- }
48
- ),
49
- /* @__PURE__ */ t(
50
- f,
51
- {
52
- name: "anchorPayDate",
53
- label: e("labels.firstPayDate"),
54
- description: e("descriptions.anchorPayDateDescription", {
55
- count: v
56
- }),
57
- isRequired: !0,
58
- minDate: /* @__PURE__ */ new Date()
59
- }
60
- ),
61
- /* @__PURE__ */ t(
62
- f,
63
- {
64
- name: "anchorEndOfPayPeriod",
65
- label: e("labels.firstPayPeriodEndDate"),
66
- description: e("descriptions.anchorEndOfPayPeriodDescription"),
67
- isRequired: !0
68
- }
69
- ),
70
- /* @__PURE__ */ t("div", { className: w ? "" : n.visuallyHidden, children: /* @__PURE__ */ t(h, { name: "day1", label: e("labels.firstPayDayOfTheMonth"), isRequired: !0 }) }),
71
- /* @__PURE__ */ t("div", { className: g ? "" : n.visuallyHidden, children: /* @__PURE__ */ t(h, { name: "day2", label: e("labels.lastPayDayOfTheMonth"), isRequired: !0 }) })
72
- ] }) }),
73
- /* @__PURE__ */ t(y, { flexDirection: "column", gap: 4, justifyContent: "center", alignItems: "center", children: r && r[a] ? /* @__PURE__ */ m("div", { className: n.calendarContainer, children: [
74
- !D && /* @__PURE__ */ t(
75
- o.Select,
76
- {
77
- label: e("labels.preview"),
78
- isRequired: !0,
79
- options: r.map((s, c) => ({
80
- value: String(c),
81
- label: P.formatPayPeriodRange(
82
- s.startDate.toString(),
83
- s.endDate.toString()
84
- )
85
- })),
86
- value: String(a),
87
- onChange: (s) => {
88
- const c = Number(s);
89
- isNaN(c) || b(c);
90
- }
91
- }
92
- ),
93
- /* @__PURE__ */ t(
94
- o.CalendarPreview,
95
- {
96
- dateRange: {
97
- start: new Date(r[a].startDate.toString()),
98
- end: new Date(r[a].endDate.toString()),
99
- label: e("payPreview.payPeriod") || "Pay Period"
100
- },
101
- highlightDates: [
102
- {
103
- date: new Date(r[a].checkDate.toString()),
104
- highlightColor: "primary",
105
- label: e("payPreview.payday") || "Payday"
106
- },
107
- {
108
- date: new Date(
109
- r[a].runPayrollBy.toString()
110
- ),
111
- highlightColor: "secondary",
112
- label: e("payPreview.payrollDeadline") || "Payroll Deadline"
113
- }
114
- ]
115
- },
116
- a
117
- )
118
- ] }) : /* @__PURE__ */ t("div", { className: n.calendarContainer, children: /* @__PURE__ */ t(
119
- o.Alert,
120
- {
121
- status: "info",
122
- label: e("previewAlert.title", "Pay Schedule Preview"),
123
- children: /* @__PURE__ */ t(o.Text, { children: e(
124
- "previewAlert.description",
125
- "Complete all the required fields on the left to see a preview of your pay schedule."
126
- ) })
127
- }
128
- ) }) })
129
- ] }) });
130
- };
131
- export {
132
- K as Edit
133
- };
134
- //# sourceMappingURL=Edit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Edit.js","sources":["../../../../../src/components/Company/PaySchedule/_parts/Edit.tsx"],"sourcesContent":["import { useFormContext, useWatch } from 'react-hook-form'\nimport { useTranslation } from 'react-i18next'\nimport { useEffect, useState } from 'react'\nimport type { PayScheduleInputs } from '../usePaySchedule'\nimport { usePaySchedule } from '../usePaySchedule'\nimport style from './Edit.module.scss'\nimport {\n Flex,\n SelectField,\n RadioGroupField,\n Grid,\n TextInputField,\n NumberInputField,\n DatePickerField,\n} from '@/components/Common'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\nimport { useDateFormatter } from '@/hooks/useDateFormatter'\n\nexport const Edit = () => {\n const Components = useComponentContext()\n const { t } = useTranslation('Company.PaySchedule')\n const dateFormatter = useDateFormatter()\n const { payPeriodPreview, mode, payPreviewLoading, paymentSpeedDays } = usePaySchedule()\n const { setValue } = useFormContext<PayScheduleInputs>()\n const [selectedPayPeriodIndex, setSelectedPayPeriodIndex] = useState(0)\n\n const frequency = useWatch({ name: 'frequency' })\n const customTwicePerMonth = useWatch({ name: 'customTwicePerMonth' })\n\n const shouldShowDay1 =\n (frequency === 'Twice per month' && customTwicePerMonth === 'custom') || frequency === 'Monthly'\n const shouldShowDay2 = frequency === 'Twice per month' && customTwicePerMonth === 'custom'\n\n useEffect(() => {\n if (frequency === 'Twice per month' && customTwicePerMonth === '1st15th') {\n setValue('day1', 15)\n setValue('day2', 31)\n }\n }, [frequency, customTwicePerMonth, setValue])\n\n if (mode !== 'EDIT_PAY_SCHEDULE' && mode !== 'ADD_PAY_SCHEDULE') {\n return null\n }\n\n return (\n <div className={style.payScheduleContainer}>\n <Grid gap={32} gridTemplateColumns={{ base: '1fr', small: '1fr 1fr' }}>\n <div className={style.payScheduleForm}>\n <Flex flexDirection={'column'}>\n <TextInputField name=\"customName\" label={t('labels.name')} isRequired />\n <SelectField\n name=\"frequency\"\n label={t('labels.frequency')}\n options={[\n { value: 'Every week', label: t('frequencies.everyWeek') },\n { value: 'Every other week', label: t('frequencies.everyOtherWeek') },\n { value: 'Twice per month', label: t('frequencies.twicePerMonth') },\n { value: 'Monthly', label: t('frequencies.monthly') },\n ]}\n isRequired\n />\n {frequency === 'Twice per month' && (\n <RadioGroupField\n name=\"customTwicePerMonth\"\n label={t('labels.frequencyOptions')}\n description={t('descriptions.frequencyOptionsDescription')}\n options={[\n { value: '1st15th', label: t('frequencyOptions.15thAndLast') },\n { value: 'custom', label: t('frequencyOptions.custom') },\n ]}\n />\n )}\n <DatePickerField\n name=\"anchorPayDate\"\n label={t('labels.firstPayDate')}\n description={t('descriptions.anchorPayDateDescription', {\n count: paymentSpeedDays,\n })}\n isRequired\n minDate={new Date()}\n />\n <DatePickerField\n name=\"anchorEndOfPayPeriod\"\n label={t('labels.firstPayPeriodEndDate')}\n description={t('descriptions.anchorEndOfPayPeriodDescription')}\n isRequired\n />\n <div className={shouldShowDay1 ? '' : style.visuallyHidden}>\n <NumberInputField name=\"day1\" label={t('labels.firstPayDayOfTheMonth')} isRequired />\n </div>\n <div className={shouldShowDay2 ? '' : style.visuallyHidden}>\n <NumberInputField name=\"day2\" label={t('labels.lastPayDayOfTheMonth')} isRequired />\n </div>\n </Flex>\n </div>\n <Flex flexDirection=\"column\" gap={4} justifyContent=\"center\" alignItems=\"center\">\n {payPeriodPreview && payPeriodPreview[selectedPayPeriodIndex] ? (\n <div className={style.calendarContainer}>\n {!payPreviewLoading && (\n <Components.Select\n label={t('labels.preview')}\n isRequired\n options={payPeriodPreview.map((period, index) => {\n return {\n value: String(index),\n label: dateFormatter.formatPayPeriodRange(\n period.startDate.toString(),\n period.endDate.toString(),\n ),\n }\n })}\n value={String(selectedPayPeriodIndex)}\n onChange={(value: string) => {\n const numericValue = Number(value)\n if (!isNaN(numericValue)) {\n setSelectedPayPeriodIndex(numericValue)\n }\n }}\n />\n )}\n <Components.CalendarPreview\n key={selectedPayPeriodIndex}\n dateRange={{\n start: new Date(payPeriodPreview[selectedPayPeriodIndex].startDate.toString()),\n end: new Date(payPeriodPreview[selectedPayPeriodIndex].endDate.toString()),\n label: t('payPreview.payPeriod') || 'Pay Period',\n }}\n highlightDates={[\n {\n date: new Date(payPeriodPreview[selectedPayPeriodIndex].checkDate.toString()),\n highlightColor: 'primary',\n label: t('payPreview.payday') || 'Payday',\n },\n {\n date: new Date(\n payPeriodPreview[selectedPayPeriodIndex].runPayrollBy.toString(),\n ),\n highlightColor: 'secondary',\n label: t('payPreview.payrollDeadline') || 'Payroll Deadline',\n },\n ]}\n />\n </div>\n ) : (\n <div className={style.calendarContainer}>\n <Components.Alert\n status=\"info\"\n label={t('previewAlert.title', 'Pay Schedule Preview')}\n >\n <Components.Text>\n {t(\n 'previewAlert.description',\n 'Complete all the required fields on the left to see a preview of your pay schedule.',\n )}\n </Components.Text>\n </Components.Alert>\n </div>\n )}\n </Flex>\n </Grid>\n </div>\n )\n}\n"],"names":["Edit","Components","useComponentContext","t","useTranslation","dateFormatter","useDateFormatter","payPeriodPreview","mode","payPreviewLoading","paymentSpeedDays","usePaySchedule","setValue","useFormContext","selectedPayPeriodIndex","setSelectedPayPeriodIndex","useState","frequency","useWatch","customTwicePerMonth","shouldShowDay1","shouldShowDay2","useEffect","jsx","style","jsxs","Grid","Flex","TextInputField","SelectField","RadioGroupField","DatePickerField","NumberInputField","period","index","value","numericValue"],"mappings":"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"}
@@ -1,14 +0,0 @@
1
- const a = "_payScheduleContainer_masn5_1", e = "_payScheduleForm_masn5_5", n = "_visuallyHidden_masn5_9", l = "_calendarContainer_masn5_13", d = {
2
- payScheduleContainer: a,
3
- payScheduleForm: e,
4
- visuallyHidden: n,
5
- calendarContainer: l
6
- };
7
- export {
8
- l as calendarContainer,
9
- d as default,
10
- a as payScheduleContainer,
11
- e as payScheduleForm,
12
- n as visuallyHidden
13
- };
14
- //# sourceMappingURL=Edit.module.scss.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Edit.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
@@ -1 +0,0 @@
1
- export declare const Head: () => import("react/jsx-runtime").JSX.Element;
@@ -1,47 +0,0 @@
1
- import { jsx as e, jsxs as s, Fragment as a } from "react/jsx-runtime";
2
- import { useTranslation as c, Trans as o } from "react-i18next";
3
- import { usePaySchedule as d } from "../usePaySchedule.js";
4
- import { Flex as h } from "../../../Common/Flex/Flex.js";
5
- import { useComponentContext as l } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
6
- const y = () => {
7
- const { t: i } = c("Company.PaySchedule"), n = l(), { mode: r } = d();
8
- let t = /* @__PURE__ */ e(a, {});
9
- switch (r) {
10
- case "LIST_PAY_SCHEDULES":
11
- t = /* @__PURE__ */ s(a, { children: [
12
- /* @__PURE__ */ e(n.Heading, { as: "h2", children: i("headings.pageTitle") }),
13
- /* @__PURE__ */ e(n.Text, { children: /* @__PURE__ */ e(
14
- o,
15
- {
16
- i18nKey: "listDescription",
17
- t: i,
18
- components: {
19
- ScheduleLink: /* @__PURE__ */ e(n.Link, {})
20
- }
21
- }
22
- ) }),
23
- /* @__PURE__ */ e(n.Text, { children: /* @__PURE__ */ e(
24
- o,
25
- {
26
- i18nKey: "listDescription2",
27
- t: i,
28
- components: {
29
- PaymentLawLink: /* @__PURE__ */ e(n.Link, {})
30
- }
31
- }
32
- ) })
33
- ] });
34
- break;
35
- case "ADD_PAY_SCHEDULE":
36
- t = /* @__PURE__ */ e(n.Heading, { as: "h2", children: i("headings.addPaySchedule") });
37
- break;
38
- case "EDIT_PAY_SCHEDULE":
39
- t = /* @__PURE__ */ e(n.Heading, { as: "h2", children: i("headings.editPaySchedule") });
40
- break;
41
- }
42
- return /* @__PURE__ */ e(h, { justifyContent: "space-between", flexDirection: "column", gap: 4, children: /* @__PURE__ */ e("header", { children: t }) });
43
- };
44
- export {
45
- y as Head
46
- };
47
- //# sourceMappingURL=Head.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Head.js","sources":["../../../../../src/components/Company/PaySchedule/_parts/Head.tsx"],"sourcesContent":["import { Trans, useTranslation } from 'react-i18next'\nimport { usePaySchedule } from '../usePaySchedule'\nimport { Flex } from '@/components/Common'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\n\n// Head slot for PaySchedule component\nexport const Head = () => {\n const { t } = useTranslation('Company.PaySchedule')\n const Components = useComponentContext()\n\n const { mode } = usePaySchedule()\n let headingOutput: React.ReactElement = <></>\n\n switch (mode) {\n case 'LIST_PAY_SCHEDULES':\n headingOutput = (\n <>\n <Components.Heading as=\"h2\">{t('headings.pageTitle')}</Components.Heading>\n <Components.Text>\n <Trans\n i18nKey={'listDescription'}\n t={t}\n components={{\n ScheduleLink: <Components.Link />,\n }}\n />\n </Components.Text>\n <Components.Text>\n <Trans\n i18nKey={'listDescription2'}\n t={t}\n components={{\n PaymentLawLink: <Components.Link />,\n }}\n />\n </Components.Text>\n </>\n )\n break\n case 'ADD_PAY_SCHEDULE':\n headingOutput = (\n <Components.Heading as=\"h2\">{t('headings.addPaySchedule')}</Components.Heading>\n )\n break\n case 'EDIT_PAY_SCHEDULE':\n headingOutput = (\n <Components.Heading as=\"h2\">{t('headings.editPaySchedule')}</Components.Heading>\n )\n break\n default:\n }\n\n return (\n <Flex justifyContent=\"space-between\" flexDirection={'column'} gap={4}>\n <header>{headingOutput}</header>\n </Flex>\n )\n}\n"],"names":["Head","t","useTranslation","Components","useComponentContext","mode","usePaySchedule","headingOutput","jsx","Fragment","jsxs","Trans","Flex"],"mappings":";;;;;AAMO,MAAMA,IAAO,MAAM;AACxB,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,qBAAqB,GAC5CC,IAAaC,EAAA,GAEb,EAAE,MAAAC,EAAA,IAASC,EAAA;AACjB,MAAIC,IAAoC,gBAAAC,EAAAC,GAAA,EAAE;AAE1C,UAAQJ,GAAA;AAAA,IACN,KAAK;AACH,MAAAE,IACE,gBAAAG,EAAAD,GAAA,EACE,UAAA;AAAA,QAAA,gBAAAD,EAACL,EAAW,SAAX,EAAmB,IAAG,MAAM,UAAAF,EAAE,oBAAoB,GAAE;AAAA,QACrD,gBAAAO,EAACL,EAAW,MAAX,EACC,UAAA,gBAAAK;AAAA,UAACG;AAAA,UAAA;AAAA,YACC,SAAS;AAAA,YACT,GAAAV;AAAA,YACA,YAAY;AAAA,cACV,cAAc,gBAAAO,EAACL,EAAW,MAAX,CAAA,CAAgB;AAAA,YAAA;AAAA,UACjC;AAAA,QAAA,GAEJ;AAAA,QACA,gBAAAK,EAACL,EAAW,MAAX,EACC,UAAA,gBAAAK;AAAA,UAACG;AAAA,UAAA;AAAA,YACC,SAAS;AAAA,YACT,GAAAV;AAAA,YACA,YAAY;AAAA,cACV,gBAAgB,gBAAAO,EAACL,EAAW,MAAX,CAAA,CAAgB;AAAA,YAAA;AAAA,UACnC;AAAA,QAAA,EACF,CACF;AAAA,MAAA,GACF;AAEF;AAAA,IACF,KAAK;AACH,MAAAI,IACE,gBAAAC,EAACL,EAAW,SAAX,EAAmB,IAAG,MAAM,UAAAF,EAAE,yBAAyB,GAAE;AAE5D;AAAA,IACF,KAAK;AACH,MAAAM,IACE,gBAAAC,EAACL,EAAW,SAAX,EAAmB,IAAG,MAAM,UAAAF,EAAE,0BAA0B,GAAE;AAE7D;AAAA,EACF;AAGF,SACE,gBAAAO,EAACI,GAAA,EAAK,gBAAe,iBAAgB,eAAe,UAAU,KAAK,GACjE,UAAA,gBAAAJ,EAAC,UAAA,EAAQ,UAAAD,EAAA,CAAc,GACzB;AAEJ;"}
@@ -1 +0,0 @@
1
- export declare const List: () => import("react/jsx-runtime").JSX.Element | null;
@@ -1,57 +0,0 @@
1
- import { jsx as e, jsxs as p } from "react/jsx-runtime";
2
- import { useTranslation as h } from "react-i18next";
3
- import { usePaySchedule as y } from "../usePaySchedule.js";
4
- import o from "./List.module.scss.js";
5
- import { Flex as s } from "../../../Common/Flex/Flex.js";
6
- import f from "../../../../assets/icons/pencil.svg.js";
7
- import { useComponentContext as S } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
8
- import { VisuallyHidden as v } from "../../../Common/VisuallyHidden/VisuallyHidden.js";
9
- import { HamburgerMenu as g } from "../../../Common/HamburgerMenu/HamburgerMenu.js";
10
- import { useDataView as L } from "../../../Common/DataView/useDataView.js";
11
- import { DataView as C } from "../../../Common/DataView/DataView.js";
12
- const H = () => {
13
- const { t: n } = h("Company.PaySchedule"), r = S(), { paySchedules: c, mode: m, handleEdit: l } = y(), { ...d } = L({
14
- data: c || [],
15
- columns: [
16
- {
17
- title: n("payScheduleList.name"),
18
- key: "customName",
19
- render: (t) => {
20
- const a = !!t.name;
21
- let i = a ? t.name : t.customName;
22
- i && i.length > 1 ? i = i.charAt(0).toUpperCase() + i.slice(1) : i = t.customName;
23
- const u = t.customName;
24
- return /* @__PURE__ */ e(s, { flexDirection: "column", gap: 0, children: /* @__PURE__ */ p("div", { className: o.content, children: [
25
- /* @__PURE__ */ e("div", { children: i }),
26
- a && /* @__PURE__ */ e("div", { children: u })
27
- ] }) });
28
- }
29
- },
30
- {
31
- title: /* @__PURE__ */ e(v, { children: n("payScheduleList.active") }),
32
- key: "active",
33
- render: (t) => /* @__PURE__ */ e(s, { alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ e("div", { className: o.content, children: t.active ? /* @__PURE__ */ e(r.Badge, { status: "success", children: n("payScheduleList.active") }) : /* @__PURE__ */ e(r.Badge, { status: "info", children: n("payScheduleList.inactive") }) }) })
34
- }
35
- ],
36
- itemMenu: (t) => /* @__PURE__ */ e(
37
- g,
38
- {
39
- triggerLabel: "Actions",
40
- items: [
41
- {
42
- label: n("payScheduleList.edit"),
43
- onClick: () => {
44
- l(t);
45
- },
46
- icon: /* @__PURE__ */ e(f, { "aria-hidden": !0 })
47
- }
48
- ]
49
- }
50
- )
51
- });
52
- return m !== "LIST_PAY_SCHEDULES" ? null : /* @__PURE__ */ e(C, { label: "test", ...d });
53
- };
54
- export {
55
- H as List
56
- };
57
- //# sourceMappingURL=List.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"List.js","sources":["../../../../../src/components/Company/PaySchedule/_parts/List.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { usePaySchedule } from '../usePaySchedule'\nimport styles from './List.module.scss'\nimport { useDataView, DataView, Flex, VisuallyHidden } from '@/components/Common'\nimport PencilSvg from '@/assets/icons/pencil.svg?react'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\nimport { HamburgerMenu } from '@/components/Common/HamburgerMenu'\n\nexport const List = () => {\n const { t } = useTranslation('Company.PaySchedule')\n const Components = useComponentContext()\n const { paySchedules, mode, handleEdit } = usePaySchedule()\n\n const { ...dataViewProps } = useDataView({\n data: paySchedules || [],\n columns: [\n {\n title: t('payScheduleList.name'),\n key: 'customName',\n render: schedule => {\n const hasName = !!schedule.name\n let displayName = hasName ? schedule.name : schedule.customName\n if (displayName && displayName.length > 1) {\n displayName = displayName.charAt(0).toUpperCase() + displayName.slice(1)\n } else {\n displayName = schedule.customName\n }\n const displayFrequency = schedule.customName\n return (\n <Flex flexDirection={'column'} gap={0}>\n <div className={styles.content}>\n <div>{displayName}</div>\n {hasName && <div>{displayFrequency}</div>}\n </div>\n </Flex>\n )\n },\n },\n {\n title: <VisuallyHidden>{t('payScheduleList.active')}</VisuallyHidden>,\n key: 'active',\n render: schedule => (\n <Flex alignItems={'center'} justifyContent={'center'}>\n <div className={styles.content}>\n {schedule.active ? (\n <Components.Badge status=\"success\">{t('payScheduleList.active')}</Components.Badge>\n ) : (\n <Components.Badge status=\"info\">{t('payScheduleList.inactive')}</Components.Badge>\n )}\n </div>\n </Flex>\n ),\n },\n ],\n itemMenu: schedule => {\n return (\n <HamburgerMenu\n triggerLabel=\"Actions\"\n items={[\n {\n label: t('payScheduleList.edit'),\n onClick: () => {\n handleEdit(schedule)\n },\n icon: <PencilSvg aria-hidden />,\n },\n ]}\n />\n )\n },\n })\n\n if (mode !== 'LIST_PAY_SCHEDULES') {\n return null\n }\n\n return <DataView label=\"test\" {...dataViewProps} />\n}\n"],"names":["List","t","useTranslation","Components","useComponentContext","paySchedules","mode","handleEdit","usePaySchedule","dataViewProps","useDataView","schedule","hasName","displayName","displayFrequency","jsx","Flex","jsxs","styles","VisuallyHidden","HamburgerMenu","PencilSvg","DataView"],"mappings":";;;;;;;;;;;AAQO,MAAMA,IAAO,MAAM;AACxB,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,qBAAqB,GAC5CC,IAAaC,EAAA,GACb,EAAE,cAAAC,GAAc,MAAAC,GAAM,YAAAC,EAAA,IAAeC,EAAA,GAErC,EAAE,GAAGC,EAAA,IAAkBC,EAAY;AAAA,IACvC,MAAML,KAAgB,CAAA;AAAA,IACtB,SAAS;AAAA,MACP;AAAA,QACE,OAAOJ,EAAE,sBAAsB;AAAA,QAC/B,KAAK;AAAA,QACL,QAAQ,CAAAU,MAAY;AAClB,gBAAMC,IAAU,CAAC,CAACD,EAAS;AAC3B,cAAIE,IAAcD,IAAUD,EAAS,OAAOA,EAAS;AACrD,UAAIE,KAAeA,EAAY,SAAS,IACtCA,IAAcA,EAAY,OAAO,CAAC,EAAE,gBAAgBA,EAAY,MAAM,CAAC,IAEvEA,IAAcF,EAAS;AAEzB,gBAAMG,IAAmBH,EAAS;AAClC,iBACE,gBAAAI,EAACC,GAAA,EAAK,eAAe,UAAU,KAAK,GAClC,UAAA,gBAAAC,EAAC,OAAA,EAAI,WAAWC,EAAO,SACrB,UAAA;AAAA,YAAA,gBAAAH,EAAC,SAAK,UAAAF,EAAA,CAAY;AAAA,YACjBD,KAAW,gBAAAG,EAAC,OAAA,EAAK,UAAAD,EAAA,CAAiB;AAAA,UAAA,EAAA,CACrC,EAAA,CACF;AAAA,QAEJ;AAAA,MAAA;AAAA,MAEF;AAAA,QACE,OAAO,gBAAAC,EAACI,GAAA,EAAgB,UAAAlB,EAAE,wBAAwB,GAAE;AAAA,QACpD,KAAK;AAAA,QACL,QAAQ,CAAAU,MACN,gBAAAI,EAACC,GAAA,EAAK,YAAY,UAAU,gBAAgB,UAC1C,UAAA,gBAAAD,EAAC,SAAI,WAAWG,EAAO,SACpB,UAAAP,EAAS,SACR,gBAAAI,EAACZ,EAAW,OAAX,EAAiB,QAAO,WAAW,UAAAF,EAAE,wBAAwB,EAAA,CAAE,IAEhE,gBAAAc,EAACZ,EAAW,OAAX,EAAiB,QAAO,QAAQ,UAAAF,EAAE,0BAA0B,GAAE,GAEnE,EAAA,CACF;AAAA,MAAA;AAAA,IAEJ;AAAA,IAEF,UAAU,CAAAU,MAEN,gBAAAI;AAAA,MAACK;AAAA,MAAA;AAAA,QACC,cAAa;AAAA,QACb,OAAO;AAAA,UACL;AAAA,YACE,OAAOnB,EAAE,sBAAsB;AAAA,YAC/B,SAAS,MAAM;AACb,cAAAM,EAAWI,CAAQ;AAAA,YACrB;AAAA,YACA,MAAM,gBAAAI,EAACM,GAAA,EAAU,eAAW,GAAA,CAAC;AAAA,UAAA;AAAA,QAC/B;AAAA,MACF;AAAA,IAAA;AAAA,EAGN,CACD;AAED,SAAIf,MAAS,uBACJ,OAGF,gBAAAS,EAACO,GAAA,EAAS,OAAM,QAAQ,GAAGb,GAAe;AACnD;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"List.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}