@gusto/embedded-react-sdk 0.13.1 → 0.13.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 (636) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/dist/_virtual/_commonjsHelpers.js +7 -0
  3. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  4. package/dist/_virtual/index.js +8 -0
  5. package/dist/_virtual/index.js.map +1 -0
  6. package/dist/assets/icons/close.svg.js +10 -0
  7. package/dist/assets/icons/close.svg.js.map +1 -0
  8. package/dist/assets/icons/download-cloud.svg.js +10 -0
  9. package/dist/assets/icons/download-cloud.svg.js.map +1 -0
  10. package/dist/components/Common/DataView/DataCards/DataCards.d.ts +2 -1
  11. package/dist/components/Common/DataView/DataCards/DataCards.js +28 -23
  12. package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
  13. package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js +6 -4
  14. package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js.map +1 -1
  15. package/dist/components/Common/DataView/DataTable/DataTable.d.ts +4 -1
  16. package/dist/components/Common/DataView/DataTable/DataTable.js +70 -50
  17. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  18. package/dist/components/Common/DataView/DataView.d.ts +7 -3
  19. package/dist/components/Common/DataView/DataView.js +23 -19
  20. package/dist/components/Common/DataView/DataView.js.map +1 -1
  21. package/dist/components/Common/DataView/useDataView.d.ts +4 -1
  22. package/dist/components/Common/DataView/useDataView.js +15 -13
  23. package/dist/components/Common/DataView/useDataView.js.map +1 -1
  24. package/dist/components/Common/Fields/CheckboxField/CheckboxField.d.ts +1 -1
  25. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js +15 -9
  26. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
  27. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.d.ts +2 -2
  28. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js +21 -15
  29. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
  30. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.d.ts +2 -2
  31. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js +19 -13
  32. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
  33. package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +1 -1
  34. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +24 -18
  35. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
  36. package/dist/components/Common/Fields/NumberInputField/NumberInputField.d.ts +1 -1
  37. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js +18 -12
  38. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  39. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.d.ts +2 -2
  40. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js +19 -13
  41. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
  42. package/dist/components/Common/Fields/SelectField/SelectField.d.ts +2 -2
  43. package/dist/components/Common/Fields/SelectField/SelectField.js +19 -13
  44. package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
  45. package/dist/components/Common/Fields/SwitchField/SwitchField.d.ts +1 -1
  46. package/dist/components/Common/Fields/SwitchField/SwitchField.js +15 -9
  47. package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
  48. package/dist/components/Common/Fields/TextInputField/TextInputField.d.ts +1 -1
  49. package/dist/components/Common/Fields/TextInputField/TextInputField.js +15 -9
  50. package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
  51. package/dist/components/Common/Fields/hooks/useField.d.ts +8 -7
  52. package/dist/components/Common/Fields/hooks/useField.js +33 -27
  53. package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
  54. package/dist/components/Common/ReorderableList/DropZone.js +5 -5
  55. package/dist/components/Common/ReorderableList/ReorderableItem.js +8 -8
  56. package/dist/components/Common/ReorderableList/ReorderableList.js +5 -5
  57. package/dist/components/Common/SignatureForm/SignatureForm.js +1 -1
  58. package/dist/components/Common/SignatureForm/SignatureFormActions.js +1 -1
  59. package/dist/components/Common/SignatureForm/SignatureFormFields.js +1 -1
  60. package/dist/components/Common/UI/Alert/Alert.d.ts +1 -1
  61. package/dist/components/Common/UI/Alert/Alert.js +28 -21
  62. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  63. package/dist/components/Common/UI/Alert/Alert.module.scss.js +13 -7
  64. package/dist/components/Common/UI/Alert/Alert.module.scss.js.map +1 -1
  65. package/dist/components/Common/UI/Alert/AlertTypes.d.ts +10 -0
  66. package/dist/components/Common/UI/Alert/AlertTypes.js +7 -0
  67. package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -0
  68. package/dist/components/Common/UI/Badge/Badge.js +10 -10
  69. package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
  70. package/dist/components/Common/UI/Badge/BadgeTypes.d.ts +6 -0
  71. package/dist/components/Common/UI/Badge/BadgeTypes.js +7 -0
  72. package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -0
  73. package/dist/components/Common/UI/Button/Button.d.ts +1 -1
  74. package/dist/components/Common/UI/Button/Button.js +30 -27
  75. package/dist/components/Common/UI/Button/Button.js.map +1 -1
  76. package/dist/components/Common/UI/Button/ButtonIcon.js +6 -6
  77. package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
  78. package/dist/components/Common/UI/Button/ButtonTypes.d.ts +17 -0
  79. package/dist/components/Common/UI/Button/ButtonTypes.js +14 -0
  80. package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -0
  81. package/dist/components/Common/UI/Card/Card.module.scss.js +1 -1
  82. package/dist/components/Common/UI/Checkbox/Checkbox.d.ts +1 -1
  83. package/dist/components/Common/UI/Checkbox/Checkbox.js +51 -49
  84. package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
  85. package/dist/components/Common/UI/Checkbox/CheckboxTypes.d.ts +12 -1
  86. package/dist/components/Common/UI/Checkbox/CheckboxTypes.js +8 -0
  87. package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -0
  88. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.d.ts +1 -1
  89. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js +72 -69
  90. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
  91. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.d.ts +9 -0
  92. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js +10 -0
  93. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -0
  94. package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +2 -2
  95. package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +2 -2
  96. package/dist/components/Common/UI/Dialog/Dialog.d.ts +2 -0
  97. package/dist/components/Common/UI/Dialog/Dialog.js +84 -0
  98. package/dist/components/Common/UI/Dialog/Dialog.js.map +1 -0
  99. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js +18 -0
  100. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js.map +1 -0
  101. package/dist/components/Common/UI/Dialog/DialogTypes.d.ts +52 -0
  102. package/dist/components/Common/UI/Dialog/DialogTypes.js +10 -0
  103. package/dist/components/Common/UI/Dialog/DialogTypes.js.map +1 -0
  104. package/dist/components/Common/UI/Dialog/index.d.ts +4 -0
  105. package/dist/components/Common/UI/Input/Input.d.ts +1 -1
  106. package/dist/components/Common/UI/Input/Input.js +38 -27
  107. package/dist/components/Common/UI/Input/Input.js.map +1 -1
  108. package/dist/components/Common/UI/Input/InputTypes.d.ts +7 -0
  109. package/dist/components/Common/UI/Input/InputTypes.js +7 -0
  110. package/dist/components/Common/UI/Input/InputTypes.js.map +1 -0
  111. package/dist/components/Common/UI/Menu/Menu.d.ts +1 -1
  112. package/dist/components/Common/UI/Menu/Menu.js +32 -30
  113. package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
  114. package/dist/components/Common/UI/Menu/Menu.module.scss.js +1 -1
  115. package/dist/components/Common/UI/Menu/MenuTypes.d.ts +6 -0
  116. package/dist/components/Common/UI/Menu/MenuTypes.js +7 -0
  117. package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -0
  118. package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +2 -2
  119. package/dist/components/Common/UI/Radio/Radio.d.ts +1 -1
  120. package/dist/components/Common/UI/Radio/Radio.js +50 -48
  121. package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
  122. package/dist/components/Common/UI/Radio/RadioTypes.d.ts +7 -0
  123. package/dist/components/Common/UI/Radio/RadioTypes.js +8 -0
  124. package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -0
  125. package/dist/components/Common/UI/RadioGroup/RadioGroup.d.ts +1 -1
  126. package/dist/components/Common/UI/RadioGroup/RadioGroup.js +61 -58
  127. package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
  128. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.d.ts +9 -0
  129. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js +10 -0
  130. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -0
  131. package/dist/components/Common/UI/Select/SelectTypes.d.ts +2 -2
  132. package/dist/components/Common/UI/Switch/Switch.d.ts +1 -1
  133. package/dist/components/Common/UI/Switch/Switch.js +48 -46
  134. package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
  135. package/dist/components/Common/UI/Switch/SwitchTypes.d.ts +9 -2
  136. package/dist/components/Common/UI/Switch/SwitchTypes.js +8 -0
  137. package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -0
  138. package/dist/components/Common/UI/Table/Table.d.ts +1 -1
  139. package/dist/components/Common/UI/Table/Table.js +15 -9
  140. package/dist/components/Common/UI/Table/Table.js.map +1 -1
  141. package/dist/components/Common/UI/Table/Table.module.scss.js +1 -1
  142. package/dist/components/Common/UI/Table/TableTypes.d.ts +14 -0
  143. package/dist/components/Common/UI/Table/TableTypes.js +7 -0
  144. package/dist/components/Common/UI/Table/TableTypes.js.map +1 -0
  145. package/dist/components/Common/UI/Text/Text.d.ts +1 -1
  146. package/dist/components/Common/UI/Text/Text.js +23 -25
  147. package/dist/components/Common/UI/Text/Text.js.map +1 -1
  148. package/dist/components/Common/UI/Text/TextTypes.d.ts +7 -0
  149. package/dist/components/Common/UI/Text/TextTypes.js +8 -0
  150. package/dist/components/Common/UI/Text/TextTypes.js.map +1 -0
  151. package/dist/components/Common/UI/TextInput/TextInput.d.ts +1 -1
  152. package/dist/components/Common/UI/TextInput/TextInput.js +53 -49
  153. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  154. package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +14 -1
  155. package/dist/components/Common/UI/TextInput/TextInputTypes.js +9 -0
  156. package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -0
  157. package/dist/components/Common/UI/hooks/useFieldIds.d.ts +2 -1
  158. package/dist/components/Common/UI/hooks/useFieldIds.js +11 -6
  159. package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
  160. package/dist/components/Company/AssignSignatory/AssignSignatory.js +7 -6
  161. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  162. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +2 -3
  163. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  164. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +2 -3
  165. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  166. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +3 -2
  167. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  168. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +14 -13
  169. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  170. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +3 -4
  171. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  172. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +2 -3
  173. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  174. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +6 -5
  175. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  176. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +11 -10
  177. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  178. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +3 -4
  179. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  180. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +5 -6
  181. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  182. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +6 -6
  183. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +8 -9
  184. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  185. package/dist/components/Company/BankAccount/BankAccountForm/context.js +3 -4
  186. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  187. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +8 -9
  188. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  189. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -8
  190. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  191. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -5
  192. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  193. package/dist/components/Company/BankAccount/stateMachine.d.ts +4 -4
  194. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  195. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +2 -3
  196. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  197. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +9 -8
  198. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  199. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +3 -4
  200. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  201. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +7 -6
  202. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  203. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +3 -4
  204. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  205. package/dist/components/Company/DocumentSigner/assignSignatoryState.d.ts +1 -1
  206. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  207. package/dist/components/Company/DocumentSigner/stateMachine.d.ts +5 -5
  208. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  209. package/dist/components/Company/FederalTaxes/Actions.js +5 -6
  210. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  211. package/dist/components/Company/FederalTaxes/FederalTaxes.js +13 -12
  212. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  213. package/dist/components/Company/FederalTaxes/Form.js +3 -4
  214. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  215. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +8 -9
  216. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  217. package/dist/components/Company/Industry/Actions.js +2 -3
  218. package/dist/components/Company/Industry/Actions.js.map +1 -1
  219. package/dist/components/Company/Industry/Context.js +6 -7
  220. package/dist/components/Company/Industry/Context.js.map +1 -1
  221. package/dist/components/Company/Industry/Edit.js +4 -5
  222. package/dist/components/Company/Industry/Edit.js.map +1 -1
  223. package/dist/components/Company/Locations/LocationForm/Actions.js +6 -7
  224. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  225. package/dist/components/Company/Locations/LocationForm/Form.js +6 -5
  226. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  227. package/dist/components/Company/Locations/LocationForm/LocationForm.js +11 -10
  228. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  229. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +3 -4
  230. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  231. package/dist/components/Company/Locations/LocationsList/Actions.js +6 -7
  232. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  233. package/dist/components/Company/Locations/LocationsList/List.js +2 -3
  234. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  235. package/dist/components/Company/Locations/LocationsList/LocationsList.js +7 -6
  236. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  237. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +3 -4
  238. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  239. package/dist/components/Company/Locations/stateMachine.d.ts +3 -3
  240. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  241. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.d.ts +10 -10
  242. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  243. package/dist/components/Company/OnboardingOverview/Completed.js +10 -11
  244. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  245. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +6 -7
  246. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  247. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +3 -2
  248. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  249. package/dist/components/Company/OnboardingOverview/context.js +3 -4
  250. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  251. package/dist/components/Company/PaySchedule/PaySchedule.js +34 -33
  252. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  253. package/dist/components/Company/PaySchedule/_parts/Actions.js +9 -10
  254. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  255. package/dist/components/Company/PaySchedule/_parts/Edit.js +17 -16
  256. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  257. package/dist/components/Company/PaySchedule/_parts/Head.js +6 -7
  258. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  259. package/dist/components/Company/PaySchedule/_parts/List.js +11 -12
  260. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  261. package/dist/components/Company/PaySchedule/usePaySchedule.js +5 -6
  262. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  263. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +2 -3
  264. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  265. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +3 -4
  266. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  267. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +2 -3
  268. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  269. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +2 -3
  270. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  271. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +3 -4
  272. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  273. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.d.ts +3 -3
  274. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  275. package/dist/components/Contractor/Address/Address.js +5 -4
  276. package/dist/components/Contractor/Address/Address.js.map +1 -1
  277. package/dist/components/Contractor/Address/Form.js +4 -3
  278. package/dist/components/Contractor/Address/Form.js.map +1 -1
  279. package/dist/components/Contractor/Address/useAddress.js +5 -6
  280. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  281. package/dist/components/Contractor/ContractorList/index.js +17 -17
  282. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.d.ts +7 -7
  283. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  284. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +5 -6
  285. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  286. package/dist/components/Contractor/Profile/ContractorProfileForm.d.ts +1 -1
  287. package/dist/components/Contractor/Profile/ContractorProfileForm.js +59 -56
  288. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  289. package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js +8 -0
  290. package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js.map +1 -0
  291. package/dist/components/Contractor/Profile/useContractorProfile.d.ts +2 -0
  292. package/dist/components/Contractor/Profile/useContractorProfile.js +94 -93
  293. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  294. package/dist/components/Contractor/Submit/Submit.js +1 -1
  295. package/dist/components/Employee/Compensation/Actions.js +1 -1
  296. package/dist/components/Employee/Compensation/Edit.js +12 -12
  297. package/dist/components/Employee/Compensation/List.js +22 -23
  298. package/dist/components/Employee/Compensation/List.js.map +1 -1
  299. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +8 -8
  300. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +1 -1
  301. package/dist/components/Employee/Deductions/EmptyState/EmptyState.d.ts +6 -0
  302. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js +8 -8
  303. package/dist/components/Employee/Deductions/stateMachine.d.ts +5 -5
  304. package/dist/components/Employee/Deductions/stateMachine.js.map +1 -1
  305. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +6 -7
  306. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  307. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +8 -7
  308. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  309. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -3
  310. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  311. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +3 -4
  312. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  313. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +10 -9
  314. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  315. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +3 -4
  316. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  317. package/dist/components/Employee/DocumentSigner/stateMachine.d.ts +3 -3
  318. package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
  319. package/dist/components/Employee/EmployeeList/Actions.js +2 -3
  320. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  321. package/dist/components/Employee/EmployeeList/EmployeeList.js +3 -4
  322. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  323. package/dist/components/Employee/EmployeeList/Head.js +5 -6
  324. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  325. package/dist/components/Employee/EmployeeList/List.js +12 -12
  326. package/dist/components/Employee/EmployeeList/useEmployeeList.js +3 -4
  327. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
  328. package/dist/components/Employee/FederalTaxes/Actions.js +6 -7
  329. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  330. package/dist/components/Employee/FederalTaxes/FederalForm.js +11 -12
  331. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  332. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +3 -4
  333. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
  334. package/dist/components/Employee/Landing/Landing.js +8 -8
  335. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.d.ts +9 -9
  336. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  337. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  338. package/dist/components/Employee/PaymentMethod/Actions.js +5 -6
  339. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  340. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +1 -1
  341. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +8 -9
  342. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  343. package/dist/components/Employee/PaymentMethod/Split.js +8 -8
  344. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +5 -6
  345. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  346. package/dist/components/Employee/Profile/Actions.js +6 -7
  347. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  348. package/dist/components/Employee/Profile/AdminPersonalDetails.js +31 -29
  349. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  350. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js +8 -0
  351. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js.map +1 -0
  352. package/dist/components/Employee/Profile/HomeAddress.js +6 -5
  353. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  354. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +22 -21
  355. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  356. package/dist/components/Employee/Profile/Profile.js +66 -63
  357. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  358. package/dist/components/Employee/Profile/useProfile.js +3 -4
  359. package/dist/components/Employee/Profile/useProfile.js.map +1 -1
  360. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.d.ts +5 -5
  361. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
  362. package/dist/components/Employee/StateTaxes/Actions.js +7 -8
  363. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  364. package/dist/components/Employee/StateTaxes/useStateTaxes.js +3 -4
  365. package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
  366. package/dist/components/Employee/Taxes/Actions.js +8 -9
  367. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  368. package/dist/components/Employee/Taxes/FederalForm.js +12 -13
  369. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  370. package/dist/components/Employee/Taxes/useTaxes.js +3 -4
  371. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  372. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.d.ts +3 -1
  373. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +55 -60
  374. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  375. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +3 -1
  376. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +85 -90
  377. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  378. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +47 -48
  379. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  380. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +20 -2
  381. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +309 -101
  382. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  383. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.module.scss.js +16 -0
  384. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.module.scss.js.map +1 -0
  385. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +7 -0
  386. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +58 -0
  387. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -0
  388. package/dist/components/Payroll/PayrollEditEmployee/index.d.ts +4 -0
  389. package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +19 -0
  390. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +114 -0
  391. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -0
  392. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +15 -0
  393. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +193 -0
  394. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -0
  395. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.module.scss.js +8 -0
  396. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.module.scss.js.map +1 -0
  397. package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +7 -0
  398. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +41 -0
  399. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -0
  400. package/dist/components/Payroll/PayrollList/PayrollList.js +22 -18
  401. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  402. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +5 -1
  403. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +94 -53
  404. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  405. package/dist/components/Payroll/PayrollList/types.d.ts +1 -0
  406. package/dist/components/Payroll/PayrollOverview/PayrollOverview.d.ts +3 -2
  407. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +103 -27
  408. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  409. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +16 -1
  410. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +408 -54
  411. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  412. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +6 -0
  413. package/dist/components/Payroll/RunPayrollFlow/RunPayroll.d.ts +9 -3
  414. package/dist/components/Payroll/RunPayrollFlow/RunPayroll.js +86 -24
  415. package/dist/components/Payroll/RunPayrollFlow/RunPayroll.js.map +1 -1
  416. package/dist/components/Payroll/RunPayrollFlow/RunPayrollFlow.js +6 -4
  417. package/dist/components/Payroll/RunPayrollFlow/RunPayrollFlow.js.map +1 -1
  418. package/dist/components/Payroll/helpers.d.ts +21 -1
  419. package/dist/components/Payroll/helpers.js +166 -123
  420. package/dist/components/Payroll/helpers.js.map +1 -1
  421. package/dist/components/Payroll/index.d.ts +2 -0
  422. package/dist/components/Payroll/index.js +10 -6
  423. package/dist/components/Payroll/index.js.map +1 -1
  424. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +21 -19
  425. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  426. package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +1 -0
  427. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +78 -0
  428. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js +57 -0
  429. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -0
  430. package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +2 -0
  431. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  432. package/dist/contexts/GustoProvider/GustoProvider.js +17 -12
  433. package/dist/contexts/GustoProvider/GustoProvider.js.map +1 -1
  434. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +10 -10
  435. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  436. package/dist/contexts/ThemeProvider/theme.d.ts +2 -0
  437. package/dist/contexts/ThemeProvider/theme.js +10 -8
  438. package/dist/contexts/ThemeProvider/theme.js.map +1 -1
  439. package/dist/helpers/applyMissingDefaults.d.ts +5 -0
  440. package/dist/helpers/applyMissingDefaults.js +10 -0
  441. package/dist/helpers/applyMissingDefaults.js.map +1 -0
  442. package/dist/helpers/readableStreamToBlob.d.ts +1 -0
  443. package/dist/helpers/readableStreamToBlob.js +17 -0
  444. package/dist/helpers/readableStreamToBlob.js.map +1 -0
  445. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.d.ts +2 -4
  446. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
  447. package/dist/i18n/I18n.js +9 -9
  448. package/dist/i18n/I18n.js.map +1 -1
  449. package/dist/i18n/en/Employee.Deductions.json.js +68 -60
  450. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  451. package/dist/i18n/en/Employee.Profile.json.js +32 -30
  452. package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
  453. package/dist/i18n/en/Payroll.PayrollConfiguration.json.js +13 -13
  454. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +34 -14
  455. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js.map +1 -1
  456. package/dist/i18n/en/Payroll.PayrollHistory.json.js +22 -0
  457. package/dist/i18n/en/Payroll.PayrollHistory.json.js.map +1 -0
  458. package/dist/i18n/en/Payroll.PayrollLanding.json.js +12 -0
  459. package/dist/i18n/en/Payroll.PayrollLanding.json.js.map +1 -0
  460. package/dist/i18n/en/Payroll.PayrollList.json.js +14 -8
  461. package/dist/i18n/en/Payroll.PayrollList.json.js.map +1 -1
  462. package/dist/i18n/en/Payroll.PayrollOverview.json.js +50 -14
  463. package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
  464. package/dist/i18n/en/Payroll.PayrollReceipts.json.js +16 -0
  465. package/dist/i18n/en/Payroll.PayrollReceipts.json.js.map +1 -0
  466. package/dist/i18n/en/Payroll.RunPayroll.json.js +8 -0
  467. package/dist/i18n/en/Payroll.RunPayroll.json.js.map +1 -0
  468. package/dist/node_modules/@react-dnd/asap/dist/AsapQueue.js +40 -0
  469. package/dist/node_modules/@react-dnd/asap/dist/AsapQueue.js.map +1 -0
  470. package/dist/node_modules/@react-dnd/asap/dist/RawTask.js +18 -0
  471. package/dist/node_modules/@react-dnd/asap/dist/RawTask.js.map +1 -0
  472. package/dist/node_modules/@react-dnd/asap/dist/TaskFactory.js +17 -0
  473. package/dist/node_modules/@react-dnd/asap/dist/TaskFactory.js.map +1 -0
  474. package/dist/node_modules/@react-dnd/asap/dist/asap.js +10 -0
  475. package/dist/node_modules/@react-dnd/asap/dist/asap.js.map +1 -0
  476. package/dist/node_modules/@react-dnd/asap/dist/makeRequestCall.js +63 -0
  477. package/dist/node_modules/@react-dnd/asap/dist/makeRequestCall.js.map +1 -0
  478. package/dist/node_modules/@react-dnd/invariant/dist/index.js +23 -0
  479. package/dist/node_modules/@react-dnd/invariant/dist/index.js.map +1 -0
  480. package/dist/node_modules/@react-dnd/shallowequal/dist/index.js +26 -0
  481. package/dist/node_modules/@react-dnd/shallowequal/dist/index.js.map +1 -0
  482. package/dist/node_modules/dnd-core/dist/actions/dragDrop/beginDrag.js +71 -0
  483. package/dist/node_modules/dnd-core/dist/actions/dragDrop/beginDrag.js.map +1 -0
  484. package/dist/node_modules/dnd-core/dist/actions/dragDrop/drop.js +55 -0
  485. package/dist/node_modules/dnd-core/dist/actions/dragDrop/drop.js.map +1 -0
  486. package/dist/node_modules/dnd-core/dist/actions/dragDrop/endDrag.js +19 -0
  487. package/dist/node_modules/dnd-core/dist/actions/dragDrop/endDrag.js.map +1 -0
  488. package/dist/node_modules/dnd-core/dist/actions/dragDrop/hover.js +43 -0
  489. package/dist/node_modules/dnd-core/dist/actions/dragDrop/hover.js.map +1 -0
  490. package/dist/node_modules/dnd-core/dist/actions/dragDrop/index.js +18 -0
  491. package/dist/node_modules/dnd-core/dist/actions/dragDrop/index.js.map +1 -0
  492. package/dist/node_modules/dnd-core/dist/actions/dragDrop/local/setClientOffset.js +14 -0
  493. package/dist/node_modules/dnd-core/dist/actions/dragDrop/local/setClientOffset.js.map +1 -0
  494. package/dist/node_modules/dnd-core/dist/actions/dragDrop/publishDragSource.js +13 -0
  495. package/dist/node_modules/dnd-core/dist/actions/dragDrop/publishDragSource.js.map +1 -0
  496. package/dist/node_modules/dnd-core/dist/actions/dragDrop/types.js +10 -0
  497. package/dist/node_modules/dnd-core/dist/actions/dragDrop/types.js.map +1 -0
  498. package/dist/node_modules/dnd-core/dist/actions/registry.js +44 -0
  499. package/dist/node_modules/dnd-core/dist/actions/registry.js.map +1 -0
  500. package/dist/node_modules/dnd-core/dist/classes/DragDropManagerImpl.js +42 -0
  501. package/dist/node_modules/dnd-core/dist/classes/DragDropManagerImpl.js.map +1 -0
  502. package/dist/node_modules/dnd-core/dist/classes/DragDropMonitorImpl.js +116 -0
  503. package/dist/node_modules/dnd-core/dist/classes/DragDropMonitorImpl.js.map +1 -0
  504. package/dist/node_modules/dnd-core/dist/classes/HandlerRegistryImpl.js +97 -0
  505. package/dist/node_modules/dnd-core/dist/classes/HandlerRegistryImpl.js.map +1 -0
  506. package/dist/node_modules/dnd-core/dist/contracts.js +22 -0
  507. package/dist/node_modules/dnd-core/dist/contracts.js.map +1 -0
  508. package/dist/node_modules/dnd-core/dist/createDragDropManager.js +20 -0
  509. package/dist/node_modules/dnd-core/dist/createDragDropManager.js.map +1 -0
  510. package/dist/node_modules/dnd-core/dist/interfaces.js +8 -0
  511. package/dist/node_modules/dnd-core/dist/interfaces.js.map +1 -0
  512. package/dist/node_modules/dnd-core/dist/reducers/dirtyHandlerIds.js +31 -0
  513. package/dist/node_modules/dnd-core/dist/reducers/dirtyHandlerIds.js.map +1 -0
  514. package/dist/node_modules/dnd-core/dist/reducers/dragOffset.js +51 -0
  515. package/dist/node_modules/dnd-core/dist/reducers/dragOffset.js.map +1 -0
  516. package/dist/node_modules/dnd-core/dist/reducers/dragOperation.js +79 -0
  517. package/dist/node_modules/dnd-core/dist/reducers/dragOperation.js.map +1 -0
  518. package/dist/node_modules/dnd-core/dist/reducers/index.js +43 -0
  519. package/dist/node_modules/dnd-core/dist/reducers/index.js.map +1 -0
  520. package/dist/node_modules/dnd-core/dist/reducers/refCount.js +17 -0
  521. package/dist/node_modules/dnd-core/dist/reducers/refCount.js.map +1 -0
  522. package/dist/node_modules/dnd-core/dist/reducers/stateId.js +7 -0
  523. package/dist/node_modules/dnd-core/dist/reducers/stateId.js.map +1 -0
  524. package/dist/node_modules/dnd-core/dist/utils/coords.js +27 -0
  525. package/dist/node_modules/dnd-core/dist/utils/coords.js.map +1 -0
  526. package/dist/node_modules/dnd-core/dist/utils/dirtiness.js +13 -0
  527. package/dist/node_modules/dnd-core/dist/utils/dirtiness.js.map +1 -0
  528. package/dist/node_modules/dnd-core/dist/utils/equality.js +18 -0
  529. package/dist/node_modules/dnd-core/dist/utils/equality.js.map +1 -0
  530. package/dist/node_modules/dnd-core/dist/utils/getNextUniqueId.js +8 -0
  531. package/dist/node_modules/dnd-core/dist/utils/getNextUniqueId.js.map +1 -0
  532. package/dist/node_modules/dnd-core/dist/utils/js_utils.js +37 -0
  533. package/dist/node_modules/dnd-core/dist/utils/js_utils.js.map +1 -0
  534. package/dist/node_modules/dnd-core/dist/utils/matchesType.js +9 -0
  535. package/dist/node_modules/dnd-core/dist/utils/matchesType.js.map +1 -0
  536. package/dist/node_modules/fast-deep-equal/index.js +32 -0
  537. package/dist/node_modules/fast-deep-equal/index.js.map +1 -0
  538. package/dist/node_modules/react-dnd/dist/core/DndContext.js +8 -0
  539. package/dist/node_modules/react-dnd/dist/core/DndContext.js.map +1 -0
  540. package/dist/node_modules/react-dnd/dist/core/DndProvider.js +67 -0
  541. package/dist/node_modules/react-dnd/dist/core/DndProvider.js.map +1 -0
  542. package/dist/node_modules/react-dnd/dist/hooks/useCollectedProps.js +12 -0
  543. package/dist/node_modules/react-dnd/dist/hooks/useCollectedProps.js.map +1 -0
  544. package/dist/node_modules/react-dnd/dist/hooks/useCollector.js +23 -0
  545. package/dist/node_modules/react-dnd/dist/hooks/useCollector.js.map +1 -0
  546. package/dist/node_modules/react-dnd/dist/hooks/useDrag/DragSourceImpl.js +26 -0
  547. package/dist/node_modules/react-dnd/dist/hooks/useDrag/DragSourceImpl.js.map +1 -0
  548. package/dist/node_modules/react-dnd/dist/hooks/useDrag/connectors.js +22 -0
  549. package/dist/node_modules/react-dnd/dist/hooks/useDrag/connectors.js.map +1 -0
  550. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDrag.js +21 -0
  551. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDrag.js.map +1 -0
  552. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDragSource.js +20 -0
  553. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDragSource.js.map +1 -0
  554. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDragSourceConnector.js +23 -0
  555. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDragSourceConnector.js.map +1 -0
  556. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDragSourceMonitor.js +16 -0
  557. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDragSourceMonitor.js.map +1 -0
  558. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDragType.js +14 -0
  559. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useDragType.js.map +1 -0
  560. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useRegisteredDragSource.js +24 -0
  561. package/dist/node_modules/react-dnd/dist/hooks/useDrag/useRegisteredDragSource.js.map +1 -0
  562. package/dist/node_modules/react-dnd/dist/hooks/useDragDropManager.js +11 -0
  563. package/dist/node_modules/react-dnd/dist/hooks/useDragDropManager.js.map +1 -0
  564. package/dist/node_modules/react-dnd/dist/hooks/useDrop/DropTargetImpl.js +22 -0
  565. package/dist/node_modules/react-dnd/dist/hooks/useDrop/DropTargetImpl.js.map +1 -0
  566. package/dist/node_modules/react-dnd/dist/hooks/useDrop/connectors.js +13 -0
  567. package/dist/node_modules/react-dnd/dist/hooks/useDrop/connectors.js.map +1 -0
  568. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useAccept.js +14 -0
  569. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useAccept.js.map +1 -0
  570. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useDrop.js +17 -0
  571. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useDrop.js.map +1 -0
  572. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useDropTarget.js +19 -0
  573. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useDropTarget.js.map +1 -0
  574. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useDropTargetConnector.js +19 -0
  575. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useDropTargetConnector.js.map +1 -0
  576. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useDropTargetMonitor.js +16 -0
  577. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useDropTargetMonitor.js.map +1 -0
  578. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useRegisteredDropTarget.js +24 -0
  579. package/dist/node_modules/react-dnd/dist/hooks/useDrop/useRegisteredDropTarget.js.map +1 -0
  580. package/dist/node_modules/react-dnd/dist/hooks/useIsomorphicLayoutEffect.js +6 -0
  581. package/dist/node_modules/react-dnd/dist/hooks/useIsomorphicLayoutEffect.js.map +1 -0
  582. package/dist/node_modules/react-dnd/dist/hooks/useMonitorOutput.js +21 -0
  583. package/dist/node_modules/react-dnd/dist/hooks/useMonitorOutput.js.map +1 -0
  584. package/dist/node_modules/react-dnd/dist/hooks/useOptionalFactory.js +11 -0
  585. package/dist/node_modules/react-dnd/dist/hooks/useOptionalFactory.js.map +1 -0
  586. package/dist/node_modules/react-dnd/dist/internals/DragSourceMonitorImpl.js +89 -0
  587. package/dist/node_modules/react-dnd/dist/internals/DragSourceMonitorImpl.js.map +1 -0
  588. package/dist/node_modules/react-dnd/dist/internals/DropTargetMonitorImpl.js +60 -0
  589. package/dist/node_modules/react-dnd/dist/internals/DropTargetMonitorImpl.js.map +1 -0
  590. package/dist/node_modules/react-dnd/dist/internals/SourceConnector.js +88 -0
  591. package/dist/node_modules/react-dnd/dist/internals/SourceConnector.js.map +1 -0
  592. package/dist/node_modules/react-dnd/dist/internals/TargetConnector.js +58 -0
  593. package/dist/node_modules/react-dnd/dist/internals/TargetConnector.js.map +1 -0
  594. package/dist/node_modules/react-dnd/dist/internals/isRef.js +10 -0
  595. package/dist/node_modules/react-dnd/dist/internals/isRef.js.map +1 -0
  596. package/dist/node_modules/react-dnd/dist/internals/registration.js +19 -0
  597. package/dist/node_modules/react-dnd/dist/internals/registration.js.map +1 -0
  598. package/dist/node_modules/react-dnd/dist/internals/wrapConnectorHooks.js +47 -0
  599. package/dist/node_modules/react-dnd/dist/internals/wrapConnectorHooks.js.map +1 -0
  600. package/dist/node_modules/react-dnd-html5-backend/dist/BrowserDetector.js +11 -0
  601. package/dist/node_modules/react-dnd-html5-backend/dist/BrowserDetector.js.map +1 -0
  602. package/dist/node_modules/react-dnd-html5-backend/dist/EnterLeaveCounter.js +23 -0
  603. package/dist/node_modules/react-dnd-html5-backend/dist/EnterLeaveCounter.js.map +1 -0
  604. package/dist/node_modules/react-dnd-html5-backend/dist/HTML5BackendImpl.js +275 -0
  605. package/dist/node_modules/react-dnd-html5-backend/dist/HTML5BackendImpl.js.map +1 -0
  606. package/dist/node_modules/react-dnd-html5-backend/dist/MonotonicInterpolant.js +60 -0
  607. package/dist/node_modules/react-dnd-html5-backend/dist/MonotonicInterpolant.js.map +1 -0
  608. package/dist/node_modules/react-dnd-html5-backend/dist/NativeDragSources/NativeDragSource.js +44 -0
  609. package/dist/node_modules/react-dnd-html5-backend/dist/NativeDragSources/NativeDragSource.js.map +1 -0
  610. package/dist/node_modules/react-dnd-html5-backend/dist/NativeDragSources/getDataFromDataTransfer.js +11 -0
  611. package/dist/node_modules/react-dnd-html5-backend/dist/NativeDragSources/getDataFromDataTransfer.js.map +1 -0
  612. package/dist/node_modules/react-dnd-html5-backend/dist/NativeDragSources/index.js +25 -0
  613. package/dist/node_modules/react-dnd-html5-backend/dist/NativeDragSources/index.js.map +1 -0
  614. package/dist/node_modules/react-dnd-html5-backend/dist/NativeDragSources/nativeTypesConfig.js +49 -0
  615. package/dist/node_modules/react-dnd-html5-backend/dist/NativeDragSources/nativeTypesConfig.js.map +1 -0
  616. package/dist/node_modules/react-dnd-html5-backend/dist/NativeTypes.js +8 -0
  617. package/dist/node_modules/react-dnd-html5-backend/dist/NativeTypes.js.map +1 -0
  618. package/dist/node_modules/react-dnd-html5-backend/dist/OffsetUtils.js +71 -0
  619. package/dist/node_modules/react-dnd-html5-backend/dist/OffsetUtils.js.map +1 -0
  620. package/dist/node_modules/react-dnd-html5-backend/dist/OptionsReader.js +23 -0
  621. package/dist/node_modules/react-dnd-html5-backend/dist/OptionsReader.js.map +1 -0
  622. package/dist/node_modules/react-dnd-html5-backend/dist/index.js +8 -0
  623. package/dist/node_modules/react-dnd-html5-backend/dist/index.js.map +1 -0
  624. package/dist/node_modules/react-dnd-html5-backend/dist/utils/js_utils.js +23 -0
  625. package/dist/node_modules/react-dnd-html5-backend/dist/utils/js_utils.js.map +1 -0
  626. package/dist/node_modules/redux/es/redux.js +159 -0
  627. package/dist/node_modules/redux/es/redux.js.map +1 -0
  628. package/dist/shared/constants.d.ts +38 -0
  629. package/dist/shared/constants.js +67 -37
  630. package/dist/shared/constants.js.map +1 -1
  631. package/dist/style.css +1 -1
  632. package/dist/types/Helpers.d.ts +7 -0
  633. package/dist/types/i18next.d.ts +202 -20
  634. package/package.json +17 -16
  635. package/dist/i18n/en/Payroll.PayrollHistoryList.json.js +0 -16
  636. package/dist/i18n/en/Payroll.PayrollHistoryList.json.js.map +0 -1
@@ -0,0 +1,71 @@
1
+ import { isFirefox as N, isSafari as x } from "./BrowserDetector.js";
2
+ import { MonotonicInterpolant as v } from "./MonotonicInterpolant.js";
3
+ const X = 1;
4
+ function Y(t) {
5
+ const e = t.nodeType === X ? t : t.parentElement;
6
+ if (!e)
7
+ return null;
8
+ const { top: n, left: r } = e.getBoundingClientRect();
9
+ return {
10
+ x: r,
11
+ y: n
12
+ };
13
+ }
14
+ function W(t) {
15
+ return {
16
+ x: t.clientX,
17
+ y: t.clientY
18
+ };
19
+ }
20
+ function M(t) {
21
+ var e;
22
+ return t.nodeName === "IMG" && (N() || !(!((e = document.documentElement) === null || e === void 0) && e.contains(t)));
23
+ }
24
+ function C(t, e, n, r) {
25
+ let c = t ? e.width : n, o = t ? e.height : r;
26
+ return x() && t && (o /= window.devicePixelRatio, c /= window.devicePixelRatio), {
27
+ dragPreviewWidth: c,
28
+ dragPreviewHeight: o
29
+ };
30
+ }
31
+ function F(t, e, n, r, c) {
32
+ const o = M(e), u = Y(o ? t : e), i = {
33
+ x: n.x - u.x,
34
+ y: n.y - u.y
35
+ }, { offsetWidth: f, offsetHeight: s } = t, { anchorX: h, anchorY: p } = r, { dragPreviewWidth: g, dragPreviewHeight: a } = C(o, e, f, s), m = () => {
36
+ let w = new v([
37
+ 0,
38
+ 0.5,
39
+ 1
40
+ ], [
41
+ // Dock to the top
42
+ i.y,
43
+ // Align at the center
44
+ i.y / s * a,
45
+ // Dock to the bottom
46
+ i.y + a - s
47
+ ]).interpolate(p);
48
+ return x() && o && (w += (window.devicePixelRatio - 1) * a), w;
49
+ }, y = () => new v([
50
+ 0,
51
+ 0.5,
52
+ 1
53
+ ], [
54
+ // Dock to the left
55
+ i.x,
56
+ // Align at the center
57
+ i.x / f * g,
58
+ // Dock to the right
59
+ i.x + g - f
60
+ ]).interpolate(h), { offsetX: l, offsetY: d } = c, P = l === 0 || l, O = d === 0 || d;
61
+ return {
62
+ x: P ? l : y(),
63
+ y: O ? d : m()
64
+ };
65
+ }
66
+ export {
67
+ F as getDragPreviewOffset,
68
+ W as getEventClientOffset,
69
+ Y as getNodeClientOffset
70
+ };
71
+ //# sourceMappingURL=OffsetUtils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OffsetUtils.js","sources":["../../../../node_modules/react-dnd-html5-backend/dist/OffsetUtils.js"],"sourcesContent":["import { isFirefox, isSafari } from './BrowserDetector.js';\nimport { MonotonicInterpolant } from './MonotonicInterpolant.js';\nconst ELEMENT_NODE = 1;\nexport function getNodeClientOffset(node) {\n const el = node.nodeType === ELEMENT_NODE ? node : node.parentElement;\n if (!el) {\n return null;\n }\n const { top , left } = el.getBoundingClientRect();\n return {\n x: left,\n y: top\n };\n}\nexport function getEventClientOffset(e) {\n return {\n x: e.clientX,\n y: e.clientY\n };\n}\nfunction isImageNode(node) {\n var ref;\n return node.nodeName === 'IMG' && (isFirefox() || !((ref = document.documentElement) === null || ref === void 0 ? void 0 : ref.contains(node)));\n}\nfunction getDragPreviewSize(isImage, dragPreview, sourceWidth, sourceHeight) {\n let dragPreviewWidth = isImage ? dragPreview.width : sourceWidth;\n let dragPreviewHeight = isImage ? dragPreview.height : sourceHeight;\n // Work around @2x coordinate discrepancies in browsers\n if (isSafari() && isImage) {\n dragPreviewHeight /= window.devicePixelRatio;\n dragPreviewWidth /= window.devicePixelRatio;\n }\n return {\n dragPreviewWidth,\n dragPreviewHeight\n };\n}\nexport function getDragPreviewOffset(sourceNode, dragPreview, clientOffset, anchorPoint, offsetPoint) {\n // The browsers will use the image intrinsic size under different conditions.\n // Firefox only cares if it's an image, but WebKit also wants it to be detached.\n const isImage = isImageNode(dragPreview);\n const dragPreviewNode = isImage ? sourceNode : dragPreview;\n const dragPreviewNodeOffsetFromClient = getNodeClientOffset(dragPreviewNode);\n const offsetFromDragPreview = {\n x: clientOffset.x - dragPreviewNodeOffsetFromClient.x,\n y: clientOffset.y - dragPreviewNodeOffsetFromClient.y\n };\n const { offsetWidth: sourceWidth , offsetHeight: sourceHeight } = sourceNode;\n const { anchorX , anchorY } = anchorPoint;\n const { dragPreviewWidth , dragPreviewHeight } = getDragPreviewSize(isImage, dragPreview, sourceWidth, sourceHeight);\n const calculateYOffset = ()=>{\n const interpolantY = new MonotonicInterpolant([\n 0,\n 0.5,\n 1\n ], [\n // Dock to the top\n offsetFromDragPreview.y,\n // Align at the center\n (offsetFromDragPreview.y / sourceHeight) * dragPreviewHeight,\n // Dock to the bottom\n offsetFromDragPreview.y + dragPreviewHeight - sourceHeight, \n ]);\n let y = interpolantY.interpolate(anchorY);\n // Work around Safari 8 positioning bug\n if (isSafari() && isImage) {\n // We'll have to wait for @3x to see if this is entirely correct\n y += (window.devicePixelRatio - 1) * dragPreviewHeight;\n }\n return y;\n };\n const calculateXOffset = ()=>{\n // Interpolate coordinates depending on anchor point\n // If you know a simpler way to do this, let me know\n const interpolantX = new MonotonicInterpolant([\n 0,\n 0.5,\n 1\n ], [\n // Dock to the left\n offsetFromDragPreview.x,\n // Align at the center\n (offsetFromDragPreview.x / sourceWidth) * dragPreviewWidth,\n // Dock to the right\n offsetFromDragPreview.x + dragPreviewWidth - sourceWidth, \n ]);\n return interpolantX.interpolate(anchorX);\n };\n // Force offsets if specified in the options.\n const { offsetX , offsetY } = offsetPoint;\n const isManualOffsetX = offsetX === 0 || offsetX;\n const isManualOffsetY = offsetY === 0 || offsetY;\n return {\n x: isManualOffsetX ? offsetX : calculateXOffset(),\n y: isManualOffsetY ? offsetY : calculateYOffset()\n };\n}\n\n//# sourceMappingURL=OffsetUtils.js.map"],"names":["ELEMENT_NODE","getNodeClientOffset","node","el","top","left","getEventClientOffset","e","isImageNode","ref","isFirefox","getDragPreviewSize","isImage","dragPreview","sourceWidth","sourceHeight","dragPreviewWidth","dragPreviewHeight","isSafari","getDragPreviewOffset","sourceNode","clientOffset","anchorPoint","offsetPoint","dragPreviewNodeOffsetFromClient","offsetFromDragPreview","anchorX","anchorY","calculateYOffset","y","MonotonicInterpolant","calculateXOffset","offsetX","offsetY","isManualOffsetX","isManualOffsetY"],"mappings":";;AAEA,MAAMA,IAAe;AACd,SAASC,EAAoBC,GAAM;AACtC,QAAMC,IAAKD,EAAK,aAAaF,IAAeE,IAAOA,EAAK;AACxD,MAAI,CAACC;AACD,WAAO;AAEX,QAAM,EAAE,KAAAC,GAAM,MAAAC,MAAUF,EAAG,sBAAqB;AAChD,SAAO;AAAA,IACH,GAAGE;AAAA,IACH,GAAGD;AAAA,EACX;AACA;AACO,SAASE,EAAqBC,GAAG;AACpC,SAAO;AAAA,IACH,GAAGA,EAAE;AAAA,IACL,GAAGA,EAAE;AAAA,EACb;AACA;AACA,SAASC,EAAYN,GAAM;AACvB,MAAIO;AACJ,SAAOP,EAAK,aAAa,UAAUQ,EAAS,KAAM,EAAG,GAAAD,IAAM,SAAS,qBAAqB,QAAQA,MAAQ,WAAkBA,EAAI,SAASP,CAAI;AAChJ;AACA,SAASS,EAAmBC,GAASC,GAAaC,GAAaC,GAAc;AACzE,MAAIC,IAAmBJ,IAAUC,EAAY,QAAQC,GACjDG,IAAoBL,IAAUC,EAAY,SAASE;AAEvD,SAAIG,EAAQ,KAAMN,MACdK,KAAqB,OAAO,kBAC5BD,KAAoB,OAAO,mBAExB;AAAA,IACH,kBAAAA;AAAA,IACA,mBAAAC;AAAA,EACR;AACA;AACO,SAASE,EAAqBC,GAAYP,GAAaQ,GAAcC,GAAaC,GAAa;AAGlG,QAAMX,IAAUJ,EAAYK,CAAW,GAEjCW,IAAkCvB,EADhBW,IAAUQ,IAAaP,CAC4B,GACrEY,IAAwB;AAAA,IAC1B,GAAGJ,EAAa,IAAIG,EAAgC;AAAA,IACpD,GAAGH,EAAa,IAAIG,EAAgC;AAAA,EAC5D,GACU,EAAE,aAAaV,GAAc,cAAcC,EAAY,IAAMK,GAC7D,EAAE,SAAAM,GAAU,SAAAC,EAAO,IAAML,GACzB,EAAE,kBAAAN,GAAmB,mBAAAC,MAAuBN,EAAmBC,GAASC,GAAaC,GAAaC,CAAY,GAC9Ga,IAAmB,MAAI;AAazB,QAAIC,IAZiB,IAAIC,EAAqB;AAAA,MAC1C;AAAA,MACA;AAAA,MACA;AAAA,IACZ,GAAW;AAAA;AAAA,MAECL,EAAsB;AAAA;AAAA,MAErBA,EAAsB,IAAIV,IAAgBE;AAAA;AAAA,MAE3CQ,EAAsB,IAAIR,IAAoBF;AAAA,IAC1D,CAAS,EACoB,YAAYY,CAAO;AAExC,WAAIT,EAAQ,KAAMN,MAEdiB,MAAM,OAAO,mBAAmB,KAAKZ,IAElCY;AAAA,EACX,GACME,IAAmB,MAGA,IAAID,EAAqB;AAAA,IAC1C;AAAA,IACA;AAAA,IACA;AAAA,EACZ,GAAW;AAAA;AAAA,IAECL,EAAsB;AAAA;AAAA,IAErBA,EAAsB,IAAIX,IAAeE;AAAA;AAAA,IAE1CS,EAAsB,IAAIT,IAAmBF;AAAA,EACzD,CAAS,EACmB,YAAYY,CAAO,GAGrC,EAAE,SAAAM,GAAU,SAAAC,EAAO,IAAMV,GACzBW,IAAkBF,MAAY,KAAKA,GACnCG,IAAkBF,MAAY,KAAKA;AACzC,SAAO;AAAA,IACH,GAAGC,IAAkBF,IAAUD,EAAgB;AAAA,IAC/C,GAAGI,IAAkBF,IAAUL,EAAgB;AAAA,EACvD;AACA;","x_google_ignoreList":[0]}
@@ -0,0 +1,23 @@
1
+ class o {
2
+ get window() {
3
+ if (this.globalContext)
4
+ return this.globalContext;
5
+ if (typeof window < "u")
6
+ return window;
7
+ }
8
+ get document() {
9
+ var t;
10
+ return !((t = this.globalContext) === null || t === void 0) && t.document ? this.globalContext.document : this.window ? this.window.document : void 0;
11
+ }
12
+ get rootElement() {
13
+ var t;
14
+ return ((t = this.optionsArgs) === null || t === void 0 ? void 0 : t.rootElement) || this.window;
15
+ }
16
+ constructor(t, e) {
17
+ this.ownerDocument = null, this.globalContext = t, this.optionsArgs = e;
18
+ }
19
+ }
20
+ export {
21
+ o as OptionsReader
22
+ };
23
+ //# sourceMappingURL=OptionsReader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OptionsReader.js","sources":["../../../../node_modules/react-dnd-html5-backend/dist/OptionsReader.js"],"sourcesContent":["export class OptionsReader {\n get window() {\n if (this.globalContext) {\n return this.globalContext;\n } else if (typeof window !== 'undefined') {\n return window;\n }\n return undefined;\n }\n get document() {\n var ref;\n if ((ref = this.globalContext) === null || ref === void 0 ? void 0 : ref.document) {\n return this.globalContext.document;\n } else if (this.window) {\n return this.window.document;\n } else {\n return undefined;\n }\n }\n get rootElement() {\n var ref;\n return ((ref = this.optionsArgs) === null || ref === void 0 ? void 0 : ref.rootElement) || this.window;\n }\n constructor(globalContext, options){\n this.ownerDocument = null;\n this.globalContext = globalContext;\n this.optionsArgs = options;\n }\n}\n\n//# sourceMappingURL=OptionsReader.js.map"],"names":["OptionsReader","ref","globalContext","options"],"mappings":"AAAO,MAAMA,EAAc;AAAA,EACvB,IAAI,SAAS;AACT,QAAI,KAAK;AACL,aAAO,KAAK;AACT,QAAI,OAAO,SAAW;AACzB,aAAO;AAAA,EAGf;AAAA,EACA,IAAI,WAAW;AACX,QAAIC;AACJ,WAAK,GAAAA,IAAM,KAAK,mBAAmB,QAAQA,MAAQ,WAAkBA,EAAI,WAC9D,KAAK,cAAc,WACnB,KAAK,SACL,KAAK,OAAO,WAEnB;AAAA,EAER;AAAA,EACA,IAAI,cAAc;AACd,QAAIA;AACJ,aAASA,IAAM,KAAK,iBAAiB,QAAQA,MAAQ,SAAS,SAASA,EAAI,gBAAgB,KAAK;AAAA,EACpG;AAAA,EACA,YAAYC,GAAeC,GAAQ;AAC/B,SAAK,gBAAgB,MACrB,KAAK,gBAAgBD,GACrB,KAAK,cAAcC;AAAA,EACvB;AACJ;","x_google_ignoreList":[0]}
@@ -0,0 +1,8 @@
1
+ import { HTML5BackendImpl as r } from "./HTML5BackendImpl.js";
2
+ const a = function(e, n, c) {
3
+ return new r(e, n, c);
4
+ };
5
+ export {
6
+ a as HTML5Backend
7
+ };
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../node_modules/react-dnd-html5-backend/dist/index.js"],"sourcesContent":["import { HTML5BackendImpl } from './HTML5BackendImpl.js';\nimport * as _NativeTypes from './NativeTypes.js';\nexport { getEmptyImage } from './getEmptyImage.js';\nexport { _NativeTypes as NativeTypes };\nexport const HTML5Backend = function createBackend(manager, context, options) {\n return new HTML5BackendImpl(manager, context, options);\n};\n\n//# sourceMappingURL=index.js.map"],"names":["HTML5Backend","manager","context","options","HTML5BackendImpl"],"mappings":";AAIY,MAACA,IAAe,SAAuBC,GAASC,GAASC,GAAS;AAC1E,SAAO,IAAIC,EAAiBH,GAASC,GAASC,CAAO;AACzD;","x_google_ignoreList":[0]}
@@ -0,0 +1,23 @@
1
+ function i(e) {
2
+ let t = null;
3
+ return () => (t == null && (t = e()), t);
4
+ }
5
+ function c(e, t) {
6
+ return e.filter(
7
+ (n) => n !== t
8
+ );
9
+ }
10
+ function s(e, t) {
11
+ const n = /* @__PURE__ */ new Set(), r = (o) => n.add(o);
12
+ e.forEach(r), t.forEach(r);
13
+ const u = [];
14
+ return n.forEach(
15
+ (o) => u.push(o)
16
+ ), u;
17
+ }
18
+ export {
19
+ i as memoize,
20
+ s as union,
21
+ c as without
22
+ };
23
+ //# sourceMappingURL=js_utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"js_utils.js","sources":["../../../../../node_modules/react-dnd-html5-backend/dist/utils/js_utils.js"],"sourcesContent":["// cheap lodash replacements\nexport function memoize(fn) {\n let result = null;\n const memoized = ()=>{\n if (result == null) {\n result = fn();\n }\n return result;\n };\n return memoized;\n}\n/**\n * drop-in replacement for _.without\n */ export function without(items, item) {\n return items.filter((i)=>i !== item\n );\n}\nexport function union(itemsA, itemsB) {\n const set = new Set();\n const insertItem = (item)=>set.add(item)\n ;\n itemsA.forEach(insertItem);\n itemsB.forEach(insertItem);\n const result = [];\n set.forEach((key)=>result.push(key)\n );\n return result;\n}\n\n//# sourceMappingURL=js_utils.js.map"],"names":["memoize","fn","result","without","items","item","i","union","itemsA","itemsB","set","insertItem","key"],"mappings":"AACO,SAASA,EAAQC,GAAI;AACxB,MAAIC,IAAS;AAOb,SANiB,OACTA,KAAU,SACVA,IAASD,EAAE,IAERC;AAGf;AAGW,SAASC,EAAQC,GAAOC,GAAM;AACrC,SAAOD,EAAM;AAAA,IAAO,CAACE,MAAIA,MAAMD;AAAA,EACnC;AACA;AACO,SAASE,EAAMC,GAAQC,GAAQ;AAClC,QAAMC,IAAM,oBAAI,IAAG,GACbC,IAAa,CAACN,MAAOK,EAAI,IAAIL,CAAI;AAEvC,EAAAG,EAAO,QAAQG,CAAU,GACzBF,EAAO,QAAQE,CAAU;AACzB,QAAMT,IAAS,CAAA;AACf,SAAAQ,EAAI;AAAA,IAAQ,CAACE,MAAMV,EAAO,KAAKU,CAAG;AAAA,EACtC,GACWV;AACX;","x_google_ignoreList":[0]}
@@ -0,0 +1,159 @@
1
+ function n(e) {
2
+ return "Minified Redux error #" + e + "; visit https://redux.js.org/Errors?code=" + e + " for the full message or use the non-minified dev environment for full errors. ";
3
+ }
4
+ var w = (function() {
5
+ return typeof Symbol == "function" && Symbol.observable || "@@observable";
6
+ })(), v = function() {
7
+ return Math.random().toString(36).substring(7).split("").join(".");
8
+ }, N = {
9
+ INIT: "@@redux/INIT" + v(),
10
+ REPLACE: "@@redux/REPLACE" + v()
11
+ };
12
+ function D(e) {
13
+ if (typeof e != "object" || e === null) return !1;
14
+ for (var t = e; Object.getPrototypeOf(t) !== null; )
15
+ t = Object.getPrototypeOf(t);
16
+ return Object.getPrototypeOf(e) === t;
17
+ }
18
+ function S(e) {
19
+ if (e === void 0) return "undefined";
20
+ if (e === null) return "null";
21
+ var t = typeof e;
22
+ switch (t) {
23
+ case "boolean":
24
+ case "string":
25
+ case "number":
26
+ case "symbol":
27
+ case "function":
28
+ return t;
29
+ }
30
+ if (Array.isArray(e)) return "array";
31
+ if (j(e)) return "date";
32
+ if (V(e)) return "error";
33
+ var o = I(e);
34
+ switch (o) {
35
+ case "Symbol":
36
+ case "Promise":
37
+ case "WeakMap":
38
+ case "WeakSet":
39
+ case "Map":
40
+ case "Set":
41
+ return o;
42
+ }
43
+ return t.slice(8, -1).toLowerCase().replace(/\s/g, "");
44
+ }
45
+ function I(e) {
46
+ return typeof e.constructor == "function" ? e.constructor.name : null;
47
+ }
48
+ function V(e) {
49
+ return e instanceof Error || typeof e.message == "string" && e.constructor && typeof e.constructor.stackTraceLimit == "number";
50
+ }
51
+ function j(e) {
52
+ return e instanceof Date ? !0 : typeof e.toDateString == "function" && typeof e.getDate == "function" && typeof e.setDate == "function";
53
+ }
54
+ function a(e) {
55
+ var t = typeof e;
56
+ return process.env.NODE_ENV !== "production" && (t = S(e)), t;
57
+ }
58
+ function k(e, t, o) {
59
+ var d;
60
+ if (typeof t == "function" && typeof o == "function" || typeof o == "function" && typeof arguments[3] == "function")
61
+ throw new Error(process.env.NODE_ENV === "production" ? n(0) : "It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");
62
+ if (typeof t == "function" && typeof o > "u" && (o = t, t = void 0), typeof o < "u") {
63
+ if (typeof o != "function")
64
+ throw new Error(process.env.NODE_ENV === "production" ? n(1) : "Expected the enhancer to be a function. Instead, received: '" + a(o) + "'");
65
+ return o(k)(e, t);
66
+ }
67
+ if (typeof e != "function")
68
+ throw new Error(process.env.NODE_ENV === "production" ? n(2) : "Expected the root reducer to be a function. Instead, received: '" + a(e) + "'");
69
+ var y = e, l = t, f = [], u = f, c = !1;
70
+ function b() {
71
+ u === f && (u = f.slice());
72
+ }
73
+ function E() {
74
+ if (c)
75
+ throw new Error(process.env.NODE_ENV === "production" ? n(3) : "You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");
76
+ return l;
77
+ }
78
+ function m(r) {
79
+ if (typeof r != "function")
80
+ throw new Error(process.env.NODE_ENV === "production" ? n(4) : "Expected the listener to be a function. Instead, received: '" + a(r) + "'");
81
+ if (c)
82
+ throw new Error(process.env.NODE_ENV === "production" ? n(5) : "You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");
83
+ var i = !0;
84
+ return b(), u.push(r), function() {
85
+ if (i) {
86
+ if (c)
87
+ throw new Error(process.env.NODE_ENV === "production" ? n(6) : "You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");
88
+ i = !1, b();
89
+ var s = u.indexOf(r);
90
+ u.splice(s, 1), f = null;
91
+ }
92
+ };
93
+ }
94
+ function h(r) {
95
+ if (!D(r))
96
+ throw new Error(process.env.NODE_ENV === "production" ? n(7) : "Actions must be plain objects. Instead, the actual type was: '" + a(r) + "'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");
97
+ if (typeof r.type > "u")
98
+ throw new Error(process.env.NODE_ENV === "production" ? n(8) : 'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');
99
+ if (c)
100
+ throw new Error(process.env.NODE_ENV === "production" ? n(9) : "Reducers may not dispatch actions.");
101
+ try {
102
+ c = !0, l = y(l, r);
103
+ } finally {
104
+ c = !1;
105
+ }
106
+ for (var i = f = u, p = 0; p < i.length; p++) {
107
+ var s = i[p];
108
+ s();
109
+ }
110
+ return r;
111
+ }
112
+ function x(r) {
113
+ if (typeof r != "function")
114
+ throw new Error(process.env.NODE_ENV === "production" ? n(10) : "Expected the nextReducer to be a function. Instead, received: '" + a(r));
115
+ y = r, h({
116
+ type: N.REPLACE
117
+ });
118
+ }
119
+ function O() {
120
+ var r, i = m;
121
+ return r = {
122
+ /**
123
+ * The minimal observable subscription method.
124
+ * @param {Object} observer Any object that can be used as an observer.
125
+ * The observer object should have a `next` method.
126
+ * @returns {subscription} An object with an `unsubscribe` method that can
127
+ * be used to unsubscribe the observable from the store, and prevent further
128
+ * emission of values from the observable.
129
+ */
130
+ subscribe: function(s) {
131
+ if (typeof s != "object" || s === null)
132
+ throw new Error(process.env.NODE_ENV === "production" ? n(11) : "Expected the observer to be an object. Instead, received: '" + a(s) + "'");
133
+ function g() {
134
+ s.next && s.next(E());
135
+ }
136
+ g();
137
+ var _ = i(g);
138
+ return {
139
+ unsubscribe: _
140
+ };
141
+ }
142
+ }, r[w] = function() {
143
+ return this;
144
+ }, r;
145
+ }
146
+ return h({
147
+ type: N.INIT
148
+ }), d = {
149
+ dispatch: h,
150
+ subscribe: m,
151
+ getState: E,
152
+ replaceReducer: x
153
+ }, d[w] = O, d;
154
+ }
155
+ export {
156
+ N as __DO_NOT_USE__ActionTypes,
157
+ k as createStore
158
+ };
159
+ //# sourceMappingURL=redux.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redux.js","sources":["../../../../node_modules/redux/es/redux.js"],"sourcesContent":["import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2';\n\n/**\n * Adapted from React: https://github.com/facebook/react/blob/master/packages/shared/formatProdErrorMessage.js\n *\n * Do not require this module directly! Use normal throw error calls. These messages will be replaced with error codes\n * during build.\n * @param {number} code\n */\nfunction formatProdErrorMessage(code) {\n return \"Minified Redux error #\" + code + \"; visit https://redux.js.org/Errors?code=\" + code + \" for the full message or \" + 'use the non-minified dev environment for full errors. ';\n}\n\n// Inlined version of the `symbol-observable` polyfill\nvar $$observable = (function () {\n return typeof Symbol === 'function' && Symbol.observable || '@@observable';\n})();\n\n/**\n * These are private action types reserved by Redux.\n * For any unknown actions, you must return the current state.\n * If the current state is undefined, you must return the initial state.\n * Do not reference these action types directly in your code.\n */\nvar randomString = function randomString() {\n return Math.random().toString(36).substring(7).split('').join('.');\n};\n\nvar ActionTypes = {\n INIT: \"@@redux/INIT\" + randomString(),\n REPLACE: \"@@redux/REPLACE\" + randomString(),\n PROBE_UNKNOWN_ACTION: function PROBE_UNKNOWN_ACTION() {\n return \"@@redux/PROBE_UNKNOWN_ACTION\" + randomString();\n }\n};\n\n/**\n * @param {any} obj The object to inspect.\n * @returns {boolean} True if the argument appears to be a plain object.\n */\nfunction isPlainObject(obj) {\n if (typeof obj !== 'object' || obj === null) return false;\n var proto = obj;\n\n while (Object.getPrototypeOf(proto) !== null) {\n proto = Object.getPrototypeOf(proto);\n }\n\n return Object.getPrototypeOf(obj) === proto;\n}\n\n// Inlined / shortened version of `kindOf` from https://github.com/jonschlinkert/kind-of\nfunction miniKindOf(val) {\n if (val === void 0) return 'undefined';\n if (val === null) return 'null';\n var type = typeof val;\n\n switch (type) {\n case 'boolean':\n case 'string':\n case 'number':\n case 'symbol':\n case 'function':\n {\n return type;\n }\n }\n\n if (Array.isArray(val)) return 'array';\n if (isDate(val)) return 'date';\n if (isError(val)) return 'error';\n var constructorName = ctorName(val);\n\n switch (constructorName) {\n case 'Symbol':\n case 'Promise':\n case 'WeakMap':\n case 'WeakSet':\n case 'Map':\n case 'Set':\n return constructorName;\n } // other\n\n\n return type.slice(8, -1).toLowerCase().replace(/\\s/g, '');\n}\n\nfunction ctorName(val) {\n return typeof val.constructor === 'function' ? val.constructor.name : null;\n}\n\nfunction isError(val) {\n return val instanceof Error || typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number';\n}\n\nfunction isDate(val) {\n if (val instanceof Date) return true;\n return typeof val.toDateString === 'function' && typeof val.getDate === 'function' && typeof val.setDate === 'function';\n}\n\nfunction kindOf(val) {\n var typeOfVal = typeof val;\n\n if (process.env.NODE_ENV !== 'production') {\n typeOfVal = miniKindOf(val);\n }\n\n return typeOfVal;\n}\n\n/**\n * @deprecated\n *\n * **We recommend using the `configureStore` method\n * of the `@reduxjs/toolkit` package**, which replaces `createStore`.\n *\n * Redux Toolkit is our recommended approach for writing Redux logic today,\n * including store setup, reducers, data fetching, and more.\n *\n * **For more details, please read this Redux docs page:**\n * **https://redux.js.org/introduction/why-rtk-is-redux-today**\n *\n * `configureStore` from Redux Toolkit is an improved version of `createStore` that\n * simplifies setup and helps avoid common bugs.\n *\n * You should not be using the `redux` core package by itself today, except for learning purposes.\n * The `createStore` method from the core `redux` package will not be removed, but we encourage\n * all users to migrate to using Redux Toolkit for all Redux code.\n *\n * If you want to use `createStore` without this visual deprecation warning, use\n * the `legacy_createStore` import instead:\n *\n * `import { legacy_createStore as createStore} from 'redux'`\n *\n */\n\nfunction createStore(reducer, preloadedState, enhancer) {\n var _ref2;\n\n if (typeof preloadedState === 'function' && typeof enhancer === 'function' || typeof enhancer === 'function' && typeof arguments[3] === 'function') {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(0) : 'It looks like you are passing several store enhancers to ' + 'createStore(). This is not supported. Instead, compose them ' + 'together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.');\n }\n\n if (typeof preloadedState === 'function' && typeof enhancer === 'undefined') {\n enhancer = preloadedState;\n preloadedState = undefined;\n }\n\n if (typeof enhancer !== 'undefined') {\n if (typeof enhancer !== 'function') {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(1) : \"Expected the enhancer to be a function. Instead, received: '\" + kindOf(enhancer) + \"'\");\n }\n\n return enhancer(createStore)(reducer, preloadedState);\n }\n\n if (typeof reducer !== 'function') {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(2) : \"Expected the root reducer to be a function. Instead, received: '\" + kindOf(reducer) + \"'\");\n }\n\n var currentReducer = reducer;\n var currentState = preloadedState;\n var currentListeners = [];\n var nextListeners = currentListeners;\n var isDispatching = false;\n /**\n * This makes a shallow copy of currentListeners so we can use\n * nextListeners as a temporary list while dispatching.\n *\n * This prevents any bugs around consumers calling\n * subscribe/unsubscribe in the middle of a dispatch.\n */\n\n function ensureCanMutateNextListeners() {\n if (nextListeners === currentListeners) {\n nextListeners = currentListeners.slice();\n }\n }\n /**\n * Reads the state tree managed by the store.\n *\n * @returns {any} The current state tree of your application.\n */\n\n\n function getState() {\n if (isDispatching) {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(3) : 'You may not call store.getState() while the reducer is executing. ' + 'The reducer has already received the state as an argument. ' + 'Pass it down from the top reducer instead of reading it from the store.');\n }\n\n return currentState;\n }\n /**\n * Adds a change listener. It will be called any time an action is dispatched,\n * and some part of the state tree may potentially have changed. You may then\n * call `getState()` to read the current state tree inside the callback.\n *\n * You may call `dispatch()` from a change listener, with the following\n * caveats:\n *\n * 1. The subscriptions are snapshotted just before every `dispatch()` call.\n * If you subscribe or unsubscribe while the listeners are being invoked, this\n * will not have any effect on the `dispatch()` that is currently in progress.\n * However, the next `dispatch()` call, whether nested or not, will use a more\n * recent snapshot of the subscription list.\n *\n * 2. The listener should not expect to see all state changes, as the state\n * might have been updated multiple times during a nested `dispatch()` before\n * the listener is called. It is, however, guaranteed that all subscribers\n * registered before the `dispatch()` started will be called with the latest\n * state by the time it exits.\n *\n * @param {Function} listener A callback to be invoked on every dispatch.\n * @returns {Function} A function to remove this change listener.\n */\n\n\n function subscribe(listener) {\n if (typeof listener !== 'function') {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(4) : \"Expected the listener to be a function. Instead, received: '\" + kindOf(listener) + \"'\");\n }\n\n if (isDispatching) {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(5) : 'You may not call store.subscribe() while the reducer is executing. ' + 'If you would like to be notified after the store has been updated, subscribe from a ' + 'component and invoke store.getState() in the callback to access the latest state. ' + 'See https://redux.js.org/api/store#subscribelistener for more details.');\n }\n\n var isSubscribed = true;\n ensureCanMutateNextListeners();\n nextListeners.push(listener);\n return function unsubscribe() {\n if (!isSubscribed) {\n return;\n }\n\n if (isDispatching) {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(6) : 'You may not unsubscribe from a store listener while the reducer is executing. ' + 'See https://redux.js.org/api/store#subscribelistener for more details.');\n }\n\n isSubscribed = false;\n ensureCanMutateNextListeners();\n var index = nextListeners.indexOf(listener);\n nextListeners.splice(index, 1);\n currentListeners = null;\n };\n }\n /**\n * Dispatches an action. It is the only way to trigger a state change.\n *\n * The `reducer` function, used to create the store, will be called with the\n * current state tree and the given `action`. Its return value will\n * be considered the **next** state of the tree, and the change listeners\n * will be notified.\n *\n * The base implementation only supports plain object actions. If you want to\n * dispatch a Promise, an Observable, a thunk, or something else, you need to\n * wrap your store creating function into the corresponding middleware. For\n * example, see the documentation for the `redux-thunk` package. Even the\n * middleware will eventually dispatch plain object actions using this method.\n *\n * @param {Object} action A plain object representing “what changed”. It is\n * a good idea to keep actions serializable so you can record and replay user\n * sessions, or use the time travelling `redux-devtools`. An action must have\n * a `type` property which may not be `undefined`. It is a good idea to use\n * string constants for action types.\n *\n * @returns {Object} For convenience, the same action object you dispatched.\n *\n * Note that, if you use a custom middleware, it may wrap `dispatch()` to\n * return something else (for example, a Promise you can await).\n */\n\n\n function dispatch(action) {\n if (!isPlainObject(action)) {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(7) : \"Actions must be plain objects. Instead, the actual type was: '\" + kindOf(action) + \"'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.\");\n }\n\n if (typeof action.type === 'undefined') {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(8) : 'Actions may not have an undefined \"type\" property. You may have misspelled an action type string constant.');\n }\n\n if (isDispatching) {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(9) : 'Reducers may not dispatch actions.');\n }\n\n try {\n isDispatching = true;\n currentState = currentReducer(currentState, action);\n } finally {\n isDispatching = false;\n }\n\n var listeners = currentListeners = nextListeners;\n\n for (var i = 0; i < listeners.length; i++) {\n var listener = listeners[i];\n listener();\n }\n\n return action;\n }\n /**\n * Replaces the reducer currently used by the store to calculate the state.\n *\n * You might need this if your app implements code splitting and you want to\n * load some of the reducers dynamically. You might also need this if you\n * implement a hot reloading mechanism for Redux.\n *\n * @param {Function} nextReducer The reducer for the store to use instead.\n * @returns {void}\n */\n\n\n function replaceReducer(nextReducer) {\n if (typeof nextReducer !== 'function') {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(10) : \"Expected the nextReducer to be a function. Instead, received: '\" + kindOf(nextReducer));\n }\n\n currentReducer = nextReducer; // This action has a similiar effect to ActionTypes.INIT.\n // Any reducers that existed in both the new and old rootReducer\n // will receive the previous state. This effectively populates\n // the new state tree with any relevant data from the old one.\n\n dispatch({\n type: ActionTypes.REPLACE\n });\n }\n /**\n * Interoperability point for observable/reactive libraries.\n * @returns {observable} A minimal observable of state changes.\n * For more information, see the observable proposal:\n * https://github.com/tc39/proposal-observable\n */\n\n\n function observable() {\n var _ref;\n\n var outerSubscribe = subscribe;\n return _ref = {\n /**\n * The minimal observable subscription method.\n * @param {Object} observer Any object that can be used as an observer.\n * The observer object should have a `next` method.\n * @returns {subscription} An object with an `unsubscribe` method that can\n * be used to unsubscribe the observable from the store, and prevent further\n * emission of values from the observable.\n */\n subscribe: function subscribe(observer) {\n if (typeof observer !== 'object' || observer === null) {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(11) : \"Expected the observer to be an object. Instead, received: '\" + kindOf(observer) + \"'\");\n }\n\n function observeState() {\n if (observer.next) {\n observer.next(getState());\n }\n }\n\n observeState();\n var unsubscribe = outerSubscribe(observeState);\n return {\n unsubscribe: unsubscribe\n };\n }\n }, _ref[$$observable] = function () {\n return this;\n }, _ref;\n } // When a store is created, an \"INIT\" action is dispatched so that every\n // reducer returns their initial state. This effectively populates\n // the initial state tree.\n\n\n dispatch({\n type: ActionTypes.INIT\n });\n return _ref2 = {\n dispatch: dispatch,\n subscribe: subscribe,\n getState: getState,\n replaceReducer: replaceReducer\n }, _ref2[$$observable] = observable, _ref2;\n}\n/**\n * Creates a Redux store that holds the state tree.\n *\n * **We recommend using `configureStore` from the\n * `@reduxjs/toolkit` package**, which replaces `createStore`:\n * **https://redux.js.org/introduction/why-rtk-is-redux-today**\n *\n * The only way to change the data in the store is to call `dispatch()` on it.\n *\n * There should only be a single store in your app. To specify how different\n * parts of the state tree respond to actions, you may combine several reducers\n * into a single reducer function by using `combineReducers`.\n *\n * @param {Function} reducer A function that returns the next state tree, given\n * the current state tree and the action to handle.\n *\n * @param {any} [preloadedState] The initial state. You may optionally specify it\n * to hydrate the state from the server in universal apps, or to restore a\n * previously serialized user session.\n * If you use `combineReducers` to produce the root reducer function, this must be\n * an object with the same shape as `combineReducers` keys.\n *\n * @param {Function} [enhancer] The store enhancer. You may optionally specify it\n * to enhance the store with third-party capabilities such as middleware,\n * time travel, persistence, etc. The only store enhancer that ships with Redux\n * is `applyMiddleware()`.\n *\n * @returns {Store} A Redux store that lets you read the state, dispatch actions\n * and subscribe to changes.\n */\n\nvar legacy_createStore = createStore;\n\n/**\n * Prints a warning in the console if it exists.\n *\n * @param {String} message The warning message.\n * @returns {void}\n */\nfunction warning(message) {\n /* eslint-disable no-console */\n if (typeof console !== 'undefined' && typeof console.error === 'function') {\n console.error(message);\n }\n /* eslint-enable no-console */\n\n\n try {\n // This error was thrown as a convenience so that if you enable\n // \"break on all exceptions\" in your console,\n // it would pause the execution at this line.\n throw new Error(message);\n } catch (e) {} // eslint-disable-line no-empty\n\n}\n\nfunction getUnexpectedStateShapeWarningMessage(inputState, reducers, action, unexpectedKeyCache) {\n var reducerKeys = Object.keys(reducers);\n var argumentName = action && action.type === ActionTypes.INIT ? 'preloadedState argument passed to createStore' : 'previous state received by the reducer';\n\n if (reducerKeys.length === 0) {\n return 'Store does not have a valid reducer. Make sure the argument passed ' + 'to combineReducers is an object whose values are reducers.';\n }\n\n if (!isPlainObject(inputState)) {\n return \"The \" + argumentName + \" has unexpected type of \\\"\" + kindOf(inputState) + \"\\\". Expected argument to be an object with the following \" + (\"keys: \\\"\" + reducerKeys.join('\", \"') + \"\\\"\");\n }\n\n var unexpectedKeys = Object.keys(inputState).filter(function (key) {\n return !reducers.hasOwnProperty(key) && !unexpectedKeyCache[key];\n });\n unexpectedKeys.forEach(function (key) {\n unexpectedKeyCache[key] = true;\n });\n if (action && action.type === ActionTypes.REPLACE) return;\n\n if (unexpectedKeys.length > 0) {\n return \"Unexpected \" + (unexpectedKeys.length > 1 ? 'keys' : 'key') + \" \" + (\"\\\"\" + unexpectedKeys.join('\", \"') + \"\\\" found in \" + argumentName + \". \") + \"Expected to find one of the known reducer keys instead: \" + (\"\\\"\" + reducerKeys.join('\", \"') + \"\\\". Unexpected keys will be ignored.\");\n }\n}\n\nfunction assertReducerShape(reducers) {\n Object.keys(reducers).forEach(function (key) {\n var reducer = reducers[key];\n var initialState = reducer(undefined, {\n type: ActionTypes.INIT\n });\n\n if (typeof initialState === 'undefined') {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(12) : \"The slice reducer for key \\\"\" + key + \"\\\" returned undefined during initialization. \" + \"If the state passed to the reducer is undefined, you must \" + \"explicitly return the initial state. The initial state may \" + \"not be undefined. If you don't want to set a value for this reducer, \" + \"you can use null instead of undefined.\");\n }\n\n if (typeof reducer(undefined, {\n type: ActionTypes.PROBE_UNKNOWN_ACTION()\n }) === 'undefined') {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(13) : \"The slice reducer for key \\\"\" + key + \"\\\" returned undefined when probed with a random type. \" + (\"Don't try to handle '\" + ActionTypes.INIT + \"' or other actions in \\\"redux/*\\\" \") + \"namespace. They are considered private. Instead, you must return the \" + \"current state for any unknown actions, unless it is undefined, \" + \"in which case you must return the initial state, regardless of the \" + \"action type. The initial state may not be undefined, but can be null.\");\n }\n });\n}\n/**\n * Turns an object whose values are different reducer functions, into a single\n * reducer function. It will call every child reducer, and gather their results\n * into a single state object, whose keys correspond to the keys of the passed\n * reducer functions.\n *\n * @param {Object} reducers An object whose values correspond to different\n * reducer functions that need to be combined into one. One handy way to obtain\n * it is to use ES6 `import * as reducers` syntax. The reducers may never return\n * undefined for any action. Instead, they should return their initial state\n * if the state passed to them was undefined, and the current state for any\n * unrecognized action.\n *\n * @returns {Function} A reducer function that invokes every reducer inside the\n * passed object, and builds a state object with the same shape.\n */\n\n\nfunction combineReducers(reducers) {\n var reducerKeys = Object.keys(reducers);\n var finalReducers = {};\n\n for (var i = 0; i < reducerKeys.length; i++) {\n var key = reducerKeys[i];\n\n if (process.env.NODE_ENV !== 'production') {\n if (typeof reducers[key] === 'undefined') {\n warning(\"No reducer provided for key \\\"\" + key + \"\\\"\");\n }\n }\n\n if (typeof reducers[key] === 'function') {\n finalReducers[key] = reducers[key];\n }\n }\n\n var finalReducerKeys = Object.keys(finalReducers); // This is used to make sure we don't warn about the same\n // keys multiple times.\n\n var unexpectedKeyCache;\n\n if (process.env.NODE_ENV !== 'production') {\n unexpectedKeyCache = {};\n }\n\n var shapeAssertionError;\n\n try {\n assertReducerShape(finalReducers);\n } catch (e) {\n shapeAssertionError = e;\n }\n\n return function combination(state, action) {\n if (state === void 0) {\n state = {};\n }\n\n if (shapeAssertionError) {\n throw shapeAssertionError;\n }\n\n if (process.env.NODE_ENV !== 'production') {\n var warningMessage = getUnexpectedStateShapeWarningMessage(state, finalReducers, action, unexpectedKeyCache);\n\n if (warningMessage) {\n warning(warningMessage);\n }\n }\n\n var hasChanged = false;\n var nextState = {};\n\n for (var _i = 0; _i < finalReducerKeys.length; _i++) {\n var _key = finalReducerKeys[_i];\n var reducer = finalReducers[_key];\n var previousStateForKey = state[_key];\n var nextStateForKey = reducer(previousStateForKey, action);\n\n if (typeof nextStateForKey === 'undefined') {\n var actionType = action && action.type;\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(14) : \"When called with an action of type \" + (actionType ? \"\\\"\" + String(actionType) + \"\\\"\" : '(unknown type)') + \", the slice reducer for key \\\"\" + _key + \"\\\" returned undefined. \" + \"To ignore an action, you must explicitly return the previous state. \" + \"If you want this reducer to hold no value, you can return null instead of undefined.\");\n }\n\n nextState[_key] = nextStateForKey;\n hasChanged = hasChanged || nextStateForKey !== previousStateForKey;\n }\n\n hasChanged = hasChanged || finalReducerKeys.length !== Object.keys(state).length;\n return hasChanged ? nextState : state;\n };\n}\n\nfunction bindActionCreator(actionCreator, dispatch) {\n return function () {\n return dispatch(actionCreator.apply(this, arguments));\n };\n}\n/**\n * Turns an object whose values are action creators, into an object with the\n * same keys, but with every function wrapped into a `dispatch` call so they\n * may be invoked directly. This is just a convenience method, as you can call\n * `store.dispatch(MyActionCreators.doSomething())` yourself just fine.\n *\n * For convenience, you can also pass an action creator as the first argument,\n * and get a dispatch wrapped function in return.\n *\n * @param {Function|Object} actionCreators An object whose values are action\n * creator functions. One handy way to obtain it is to use ES6 `import * as`\n * syntax. You may also pass a single function.\n *\n * @param {Function} dispatch The `dispatch` function available on your Redux\n * store.\n *\n * @returns {Function|Object} The object mimicking the original object, but with\n * every action creator wrapped into the `dispatch` call. If you passed a\n * function as `actionCreators`, the return value will also be a single\n * function.\n */\n\n\nfunction bindActionCreators(actionCreators, dispatch) {\n if (typeof actionCreators === 'function') {\n return bindActionCreator(actionCreators, dispatch);\n }\n\n if (typeof actionCreators !== 'object' || actionCreators === null) {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(16) : \"bindActionCreators expected an object or a function, but instead received: '\" + kindOf(actionCreators) + \"'. \" + \"Did you write \\\"import ActionCreators from\\\" instead of \\\"import * as ActionCreators from\\\"?\");\n }\n\n var boundActionCreators = {};\n\n for (var key in actionCreators) {\n var actionCreator = actionCreators[key];\n\n if (typeof actionCreator === 'function') {\n boundActionCreators[key] = bindActionCreator(actionCreator, dispatch);\n }\n }\n\n return boundActionCreators;\n}\n\n/**\n * Composes single-argument functions from right to left. The rightmost\n * function can take multiple arguments as it provides the signature for\n * the resulting composite function.\n *\n * @param {...Function} funcs The functions to compose.\n * @returns {Function} A function obtained by composing the argument functions\n * from right to left. For example, compose(f, g, h) is identical to doing\n * (...args) => f(g(h(...args))).\n */\nfunction compose() {\n for (var _len = arguments.length, funcs = new Array(_len), _key = 0; _key < _len; _key++) {\n funcs[_key] = arguments[_key];\n }\n\n if (funcs.length === 0) {\n return function (arg) {\n return arg;\n };\n }\n\n if (funcs.length === 1) {\n return funcs[0];\n }\n\n return funcs.reduce(function (a, b) {\n return function () {\n return a(b.apply(void 0, arguments));\n };\n });\n}\n\n/**\n * Creates a store enhancer that applies middleware to the dispatch method\n * of the Redux store. This is handy for a variety of tasks, such as expressing\n * asynchronous actions in a concise manner, or logging every action payload.\n *\n * See `redux-thunk` package as an example of the Redux middleware.\n *\n * Because middleware is potentially asynchronous, this should be the first\n * store enhancer in the composition chain.\n *\n * Note that each middleware will be given the `dispatch` and `getState` functions\n * as named arguments.\n *\n * @param {...Function} middlewares The middleware chain to be applied.\n * @returns {Function} A store enhancer applying the middleware.\n */\n\nfunction applyMiddleware() {\n for (var _len = arguments.length, middlewares = new Array(_len), _key = 0; _key < _len; _key++) {\n middlewares[_key] = arguments[_key];\n }\n\n return function (createStore) {\n return function () {\n var store = createStore.apply(void 0, arguments);\n\n var _dispatch = function dispatch() {\n throw new Error(process.env.NODE_ENV === \"production\" ? formatProdErrorMessage(15) : 'Dispatching while constructing your middleware is not allowed. ' + 'Other middleware would not be applied to this dispatch.');\n };\n\n var middlewareAPI = {\n getState: store.getState,\n dispatch: function dispatch() {\n return _dispatch.apply(void 0, arguments);\n }\n };\n var chain = middlewares.map(function (middleware) {\n return middleware(middlewareAPI);\n });\n _dispatch = compose.apply(void 0, chain)(store.dispatch);\n return _objectSpread(_objectSpread({}, store), {}, {\n dispatch: _dispatch\n });\n };\n };\n}\n\nexport { ActionTypes as __DO_NOT_USE__ActionTypes, applyMiddleware, bindActionCreators, combineReducers, compose, createStore, legacy_createStore };\n"],"names":["formatProdErrorMessage","code","$$observable","randomString","ActionTypes","isPlainObject","obj","proto","miniKindOf","val","type","isDate","isError","constructorName","ctorName","kindOf","typeOfVal","createStore","reducer","preloadedState","enhancer","_ref2","currentReducer","currentState","currentListeners","nextListeners","isDispatching","ensureCanMutateNextListeners","getState","subscribe","listener","isSubscribed","index","dispatch","action","listeners","i","replaceReducer","nextReducer","observable","_ref","outerSubscribe","observer","observeState","unsubscribe"],"mappings":"AASA,SAASA,EAAuBC,GAAM;AACpC,SAAO,2BAA2BA,IAAO,8CAA8CA,IAAO;AAChG;AAGA,IAAIC,KAAgB,WAAY;AAC9B,SAAO,OAAO,UAAW,cAAc,OAAO,cAAc;AAC9D,GAAC,GAQGC,IAAe,WAAwB;AACzC,SAAO,KAAK,OAAM,EAAG,SAAS,EAAE,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,GAAG;AACnE,GAEIC,IAAc;AAAA,EAChB,MAAM,iBAAiBD,EAAY;AAAA,EACnC,SAAS,oBAAoBA,EAAY;AAI3C;AAMA,SAASE,EAAcC,GAAK;AAC1B,MAAI,OAAOA,KAAQ,YAAYA,MAAQ,KAAM,QAAO;AAGpD,WAFIC,IAAQD,GAEL,OAAO,eAAeC,CAAK,MAAM;AACtC,IAAAA,IAAQ,OAAO,eAAeA,CAAK;AAGrC,SAAO,OAAO,eAAeD,CAAG,MAAMC;AACxC;AAGA,SAASC,EAAWC,GAAK;AACvB,MAAIA,MAAQ,OAAQ,QAAO;AAC3B,MAAIA,MAAQ,KAAM,QAAO;AACzB,MAAIC,IAAO,OAAOD;AAElB,UAAQC,GAAI;AAAA,IACV,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAED,aAAOA;AAAA,EAEf;AAEE,MAAI,MAAM,QAAQD,CAAG,EAAG,QAAO;AAC/B,MAAIE,EAAOF,CAAG,EAAG,QAAO;AACxB,MAAIG,EAAQH,CAAG,EAAG,QAAO;AACzB,MAAII,IAAkBC,EAASL,CAAG;AAElC,UAAQI,GAAe;AAAA,IACrB,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AACH,aAAOA;AAAA,EACb;AAGE,SAAOH,EAAK,MAAM,GAAG,EAAE,EAAE,cAAc,QAAQ,OAAO,EAAE;AAC1D;AAEA,SAASI,EAASL,GAAK;AACrB,SAAO,OAAOA,EAAI,eAAgB,aAAaA,EAAI,YAAY,OAAO;AACxE;AAEA,SAASG,EAAQH,GAAK;AACpB,SAAOA,aAAe,SAAS,OAAOA,EAAI,WAAY,YAAYA,EAAI,eAAe,OAAOA,EAAI,YAAY,mBAAoB;AAClI;AAEA,SAASE,EAAOF,GAAK;AACnB,SAAIA,aAAe,OAAa,KACzB,OAAOA,EAAI,gBAAiB,cAAc,OAAOA,EAAI,WAAY,cAAc,OAAOA,EAAI,WAAY;AAC/G;AAEA,SAASM,EAAON,GAAK;AACnB,MAAIO,IAAY,OAAOP;AAEvB,SAAI,QAAQ,IAAI,aAAa,iBAC3BO,IAAYR,EAAWC,CAAG,IAGrBO;AACT;AA4BA,SAASC,EAAYC,GAASC,GAAgBC,GAAU;AACtD,MAAIC;AAEJ,MAAI,OAAOF,KAAmB,cAAc,OAAOC,KAAa,cAAc,OAAOA,KAAa,cAAc,OAAO,UAAU,CAAC,KAAM;AACtI,UAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAepB,EAAuB,CAAC,IAAI,kQAA4Q;AAQlW,MALI,OAAOmB,KAAmB,cAAc,OAAOC,IAAa,QAC9DA,IAAWD,GACXA,IAAiB,SAGf,OAAOC,IAAa,KAAa;AACnC,QAAI,OAAOA,KAAa;AACtB,YAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAepB,EAAuB,CAAC,IAAI,iEAAiEe,EAAOK,CAAQ,IAAI,GAAG;AAG7K,WAAOA,EAASH,CAAW,EAAEC,GAASC,CAAc;AAAA,EACtD;AAEA,MAAI,OAAOD,KAAY;AACrB,UAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAelB,EAAuB,CAAC,IAAI,qEAAqEe,EAAOG,CAAO,IAAI,GAAG;AAGhL,MAAII,IAAiBJ,GACjBK,IAAeJ,GACfK,IAAmB,CAAA,GACnBC,IAAgBD,GAChBE,IAAgB;AASpB,WAASC,IAA+B;AACtC,IAAIF,MAAkBD,MACpBC,IAAgBD,EAAiB,MAAK;AAAA,EAE1C;AAQA,WAASI,IAAW;AAClB,QAAIF;AACF,YAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAe1B,EAAuB,CAAC,IAAI,sMAAgN;AAGtS,WAAOuB;AAAA,EACT;AA0BA,WAASM,EAAUC,GAAU;AAC3B,QAAI,OAAOA,KAAa;AACtB,YAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAe9B,EAAuB,CAAC,IAAI,iEAAiEe,EAAOe,CAAQ,IAAI,GAAG;AAG7K,QAAIJ;AACF,YAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAe1B,EAAuB,CAAC,IAAI,iTAAgU;AAGtZ,QAAI+B,IAAe;AACnB,WAAAJ,EAA4B,GAC5BF,EAAc,KAAKK,CAAQ,GACpB,WAAuB;AAC5B,UAAKC,GAIL;AAAA,YAAIL;AACF,gBAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAe1B,EAAuB,CAAC,IAAI,sJAA2J;AAGjP,QAAA+B,IAAe,IACfJ,EAA4B;AAC5B,YAAIK,IAAQP,EAAc,QAAQK,CAAQ;AAC1C,QAAAL,EAAc,OAAOO,GAAO,CAAC,GAC7BR,IAAmB;AAAA;AAAA,IACrB;AAAA,EACF;AA4BA,WAASS,EAASC,GAAQ;AACxB,QAAI,CAAC7B,EAAc6B,CAAM;AACvB,YAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAelC,EAAuB,CAAC,IAAI,mEAAmEe,EAAOmB,CAAM,IAAI,4UAA4U;AAGtf,QAAI,OAAOA,EAAO,OAAS;AACzB,YAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAelC,EAAuB,CAAC,IAAI,4GAA4G;AAGlM,QAAI0B;AACF,YAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAe1B,EAAuB,CAAC,IAAI,oCAAoC;AAG1H,QAAI;AACF,MAAA0B,IAAgB,IAChBH,IAAeD,EAAeC,GAAcW,CAAM;AAAA,IACpD,UAAC;AACC,MAAAR,IAAgB;AAAA,IAClB;AAIA,aAFIS,IAAYX,IAAmBC,GAE1BW,IAAI,GAAGA,IAAID,EAAU,QAAQC,KAAK;AACzC,UAAIN,IAAWK,EAAUC,CAAC;AAC1B,MAAAN,EAAQ;AAAA,IACV;AAEA,WAAOI;AAAA,EACT;AAaA,WAASG,EAAeC,GAAa;AACnC,QAAI,OAAOA,KAAgB;AACzB,YAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAetC,EAAuB,EAAE,IAAI,oEAAoEe,EAAOuB,CAAW,CAAC;AAG9K,IAAAhB,IAAiBgB,GAKjBL,EAAS;AAAA,MACP,MAAM7B,EAAY;AAAA,IACxB,CAAK;AAAA,EACH;AASA,WAASmC,IAAa;AACpB,QAAIC,GAEAC,IAAiBZ;AACrB,WAAOW,IAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MASZ,WAAW,SAAmBE,GAAU;AACtC,YAAI,OAAOA,KAAa,YAAYA,MAAa;AAC/C,gBAAM,IAAI,MAAM,QAAQ,IAAI,aAAa,eAAe1C,EAAuB,EAAE,IAAI,gEAAgEe,EAAO2B,CAAQ,IAAI,GAAG;AAG7K,iBAASC,IAAe;AACtB,UAAID,EAAS,QACXA,EAAS,KAAKd,GAAU;AAAA,QAE5B;AAEA,QAAAe,EAAY;AACZ,YAAIC,IAAcH,EAAeE,CAAY;AAC7C,eAAO;AAAA,UACL,aAAaC;AAAA,QACvB;AAAA,MACM;AAAA,IACN,GAAOJ,EAAKtC,CAAY,IAAI,WAAY;AAClC,aAAO;AAAA,IACT,GAAGsC;AAAA,EACL;AAKA,SAAAP,EAAS;AAAA,IACP,MAAM7B,EAAY;AAAA,EACtB,CAAG,GACMiB,IAAQ;AAAA,IACb,UAAUY;AAAA,IACV,WAAWJ;AAAA,IACX,UAAUD;AAAA,IACV,gBAAgBS;AAAA,EACpB,GAAKhB,EAAMnB,CAAY,IAAIqC,GAAYlB;AACvC;","x_google_ignoreList":[0]}
@@ -114,22 +114,34 @@ export declare const payScheduleEvents: {
114
114
  export declare const runPayrollEvents: {
115
115
  readonly RUN_PAYROLL_BACK: "runPayroll/back";
116
116
  readonly RUN_PAYROLL_CALCULATED: "runPayroll/calculated";
117
+ readonly RUN_PAYROLL_CANCELLED: "runPayroll/cancelled";
117
118
  readonly RUN_PAYROLL_EDITED: "runPayroll/edited";
118
119
  readonly RUN_PAYROLL_EMPLOYEE_EDITED: "runPayroll/employee/edited";
119
120
  readonly RUN_PAYROLL_EMPLOYEE_SAVED: "runPayroll/employee/saved";
120
121
  readonly RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled";
121
122
  readonly RUN_PAYROLL_SELECTED: "runPayroll/selected";
122
123
  readonly RUN_PAYROLL_SUBMITTED: "runPayroll/submitted";
124
+ readonly RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed";
125
+ readonly RUN_PAYROLL_RECEIPT_VIEWED: "runPayroll/receipt/viewed";
126
+ readonly RUN_PAYROLL_PROCESSED: "runPayroll/processed";
127
+ readonly RUN_PAYROLL_PROCESSING_FAILED: "runPayroll/processingFailed";
128
+ readonly RUN_PAYROLL_PDF_PAYSTUB_VIEWED: "runPayroll/pdfPaystub/viewed";
123
129
  };
124
130
  export declare const componentEvents: {
125
131
  readonly RUN_PAYROLL_BACK: "runPayroll/back";
126
132
  readonly RUN_PAYROLL_CALCULATED: "runPayroll/calculated";
133
+ readonly RUN_PAYROLL_CANCELLED: "runPayroll/cancelled";
127
134
  readonly RUN_PAYROLL_EDITED: "runPayroll/edited";
128
135
  readonly RUN_PAYROLL_EMPLOYEE_EDITED: "runPayroll/employee/edited";
129
136
  readonly RUN_PAYROLL_EMPLOYEE_SAVED: "runPayroll/employee/saved";
130
137
  readonly RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled";
131
138
  readonly RUN_PAYROLL_SELECTED: "runPayroll/selected";
132
139
  readonly RUN_PAYROLL_SUBMITTED: "runPayroll/submitted";
140
+ readonly RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed";
141
+ readonly RUN_PAYROLL_RECEIPT_VIEWED: "runPayroll/receipt/viewed";
142
+ readonly RUN_PAYROLL_PROCESSED: "runPayroll/processed";
143
+ readonly RUN_PAYROLL_PROCESSING_FAILED: "runPayroll/processingFailed";
144
+ readonly RUN_PAYROLL_PDF_PAYSTUB_VIEWED: "runPayroll/pdfPaystub/viewed";
133
145
  readonly CONTRACTOR_ADDRESS_UPDATED: "contractor/address/updated";
134
146
  readonly CONTRACTOR_ADDRESS_DONE: "contractor/address/done";
135
147
  readonly CONTRACTOR_PAYMENT_METHOD_UPDATED: "contractor/paymentMethod/updated";
@@ -270,6 +282,15 @@ export declare const FlsaStatus: {
270
282
  readonly COMMISSION_ONLY_EXEMPT: "Commission Only Exempt";
271
283
  readonly COMMISSION_ONLY_NONEXEMPT: "Commission Only Nonexempt";
272
284
  };
285
+ export declare const compensationTypeLabels: {
286
+ readonly REIMBURSEMENT_NAME: "reimbursement";
287
+ readonly REGULAR_HOURS_NAME: "regular hours";
288
+ readonly OVERTIME_NAME: "overtime";
289
+ readonly DOUBLE_OVERTIME_NAME: "double overtime";
290
+ readonly PAYCHECK_TIPS: "paycheck tips";
291
+ readonly CASH_TIPS: "cash tips";
292
+ readonly MINIMUM_WAGE_ADJUSTMENT: "minimum wage adjustment";
293
+ };
273
294
  export declare const FLSA_OVERTIME_SALARY_LIMIT = 43888;
274
295
  export declare const HOURS_PER_PAY_PERIOD_DAILY = 5.69863;
275
296
  export declare const HOURS_PER_PAY_PERIOD_WEEKLY = 40;
@@ -324,3 +345,20 @@ export declare const COMPENSATION_NAME_REGULAR_HOURS = "Regular Hours";
324
345
  export declare const COMPENSATION_NAME_OVERTIME = "Overtime";
325
346
  export declare const COMPENSATION_NAME_DOUBLE_OVERTIME = "Double overtime";
326
347
  export declare const HOURS_COMPENSATION_NAMES: string[];
348
+ export declare const COMPENSATION_NAME_BONUS = "Bonus";
349
+ export declare const COMPENSATION_NAME_PAYCHECK_TIPS = "Paycheck Tips";
350
+ export declare const COMPENSATION_NAME_CORRECTION_PAYMENT = "Correction Payment";
351
+ export declare const COMPENSATION_NAME_COMMISSION = "Commission";
352
+ export declare const COMPENSATION_NAME_CASH_TIPS = "Cash Tips";
353
+ export declare const COMPENSATION_NAME_REIMBURSEMENT = "Reimbursement";
354
+ export declare const FIXED_COMPENSATION_NAMES: string[];
355
+ export declare const OWNERS_DRAW = "Owner's Draw";
356
+ export declare const MIN_WAGE_ADJUST = "Minimum Wage Adjustment";
357
+ export declare const EXCLUDED_ADDITIONAL_EARNINGS: string[];
358
+ export declare const PAYROLL_PROCESSING_STATUS: {
359
+ readonly calculating: "calculating";
360
+ readonly calculate_success: "calculate_success";
361
+ readonly submitting: "submitting";
362
+ readonly submit_success: "submit_success";
363
+ readonly processing_failed: "processing_failed";
364
+ };