@gusto/embedded-react-sdk 0.48.1 → 0.48.2
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.
- package/CHANGELOG.md +23 -0
- package/dist/components/Common/DocumentList/DocumentList.js +12 -12
- package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Common/DocumentList/DocumentList.module.scss.js +3 -5
- package/dist/components/Common/DocumentList/DocumentList.module.scss.js.map +1 -1
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayoutTypes.d.ts +1 -0
- package/dist/components/Common/PaginationControl/PaginationControlTypes.d.ts +7 -3
- package/dist/components/Common/PayrollLoading/PayrollLoadingTypes.d.ts +1 -0
- package/dist/components/Common/UI/Alert/AlertTypes.d.ts +1 -0
- package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -1
- package/dist/components/Common/UI/Badge/BadgeTypes.d.ts +1 -0
- package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -1
- package/dist/components/Common/UI/Banner/BannerTypes.d.ts +1 -0
- package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -1
- package/dist/components/Common/UI/Box/BoxTypes.d.ts +1 -0
- package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.d.ts +1 -0
- package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +2 -0
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -1
- package/dist/components/Common/UI/Button/ButtonTypes.d.ts +4 -2
- package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarPreviewTypes.d.ts +3 -2
- package/dist/components/Common/UI/Card/CardTypes.d.ts +1 -0
- package/dist/components/Common/UI/Checkbox/CheckboxTypes.d.ts +1 -0
- package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.d.ts +2 -0
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +2 -0
- package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +1 -0
- package/dist/components/Common/UI/DateRangePicker/DateRangePickerTypes.d.ts +2 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.d.ts +2 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js.map +1 -1
- package/dist/components/Common/UI/Dialog/DialogTypes.d.ts +1 -0
- package/dist/components/Common/UI/Dialog/DialogTypes.js.map +1 -1
- package/dist/components/Common/UI/FileInput/FileInputTypes.d.ts +1 -0
- package/dist/components/Common/UI/FileInput/FileInputTypes.js.map +1 -1
- package/dist/components/Common/UI/Heading/HeadingTypes.d.ts +1 -0
- package/dist/components/Common/UI/Link/LinkTypes.d.ts +4 -3
- package/dist/components/Common/UI/List/ListTypes.d.ts +13 -4
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.d.ts +1 -0
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.js.map +1 -1
- package/dist/components/Common/UI/Menu/MenuTypes.d.ts +2 -0
- package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
- package/dist/components/Common/UI/Modal/ModalTypes.d.ts +1 -0
- package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBoxTypes.d.ts +2 -0
- package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +1 -0
- package/dist/components/Common/UI/ProgressBar/ProgressBarTypes.d.ts +1 -0
- package/dist/components/Common/UI/Radio/RadioTypes.d.ts +1 -0
- package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.d.ts +2 -0
- package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
- package/dist/components/Common/UI/Select/SelectTypes.d.ts +2 -0
- package/dist/components/Common/UI/Switch/SwitchTypes.d.ts +1 -0
- package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
- package/dist/components/Common/UI/Table/TableTypes.d.ts +3 -0
- package/dist/components/Common/UI/Table/TableTypes.js.map +1 -1
- package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +2 -0
- package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -0
- package/dist/components/Common/UI/Text/TextTypes.js.map +1 -1
- package/dist/components/Common/UI/TextArea/TextAreaTypes.d.ts +1 -0
- package/dist/components/Common/UI/TextArea/TextAreaTypes.js.map +1 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +1 -0
- package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +13 -13
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +18 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +18 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +20 -5
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js +7 -6
- package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +18 -3
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +18 -3
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js +3 -2
- package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +27 -12
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +21 -6
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +18 -3
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +18 -3
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +19 -4
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleForm.js +3 -2
- package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +18 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +18 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +20 -5
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +3 -2
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -2
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +13 -13
- package/dist/components/Contractor/Profile/useContractorProfile.js +29 -21
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Employee/Compensation/management/Compensation.js +3 -2
- package/dist/components/Employee/Compensation/management/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js +9 -8
- package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js +3 -2
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +3 -2
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +3 -2
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js +3 -2
- package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/Compensation.js +3 -2
- package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js +3 -2
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js.map +1 -1
- package/dist/components/Employee/Deductions/management/Deductions.js +3 -2
- package/dist/components/Employee/Deductions/management/Deductions.js.map +1 -1
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js +3 -2
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js.map +1 -1
- package/dist/components/Employee/Documents/management/Documents.js +3 -2
- package/dist/components/Employee/Documents/management/Documents.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.d.ts +25 -5
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/index.d.ts +3 -0
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +18 -3
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +12 -11
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +16 -16
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +28 -5
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/index.d.ts +3 -0
- package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.d.ts +26 -5
- package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/Documents/shared/SignatureForm/index.d.ts +3 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js +10 -9
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js +3 -2
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js +9 -8
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +14 -13
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddress.js +3 -2
- package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js +7 -6
- package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js +7 -6
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/management/Profile.js +12 -11
- package/dist/components/Employee/Profile/management/Profile.js.map +1 -1
- package/dist/components/Employee/Profile/management/ProfileEditForm.js +13 -12
- package/dist/components/Employee/Profile/management/ProfileEditForm.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js +11 -10
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +3 -2
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/Profile.js +12 -11
- package/dist/components/Employee/Profile/onboarding/Profile.js.map +1 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxes.js +10 -9
- package/dist/components/Employee/StateTaxes/management/StateTaxes.js.map +1 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js +7 -6
- package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js.map +1 -1
- package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js +3 -2
- package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js +3 -2
- package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +10 -10
- package/dist/components/Employee/WorkAddress/management/WorkAddress.js +7 -6
- package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -1
- package/dist/components/Employee/exports/employeeOnboarding.d.ts +3 -0
- package/dist/components/Employee/exports/employeeOnboarding.js +28 -22
- package/dist/components/Employee/exports/employeeOnboarding.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.d.ts +36 -2
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/index.d.ts +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.d.ts +22 -2
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +8 -7
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/index.d.ts +1 -1
- package/dist/components/InformationRequests/InformationRequests.d.ts +29 -2
- package/dist/components/InformationRequests/InformationRequests.js +8 -7
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestsComponents.d.ts +2 -0
- package/dist/components/InformationRequests/InformationRequestsComponents.js.map +1 -1
- package/dist/components/InformationRequests/index.d.ts +3 -3
- package/dist/components/InformationRequests/informationRequestsStateMachine.d.ts +2 -0
- package/dist/components/InformationRequests/informationRequestsStateMachine.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +36 -3
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +22 -17
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.d.ts +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +3 -2
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.d.ts +14 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +1 -8
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +9 -10
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.d.ts +11 -0
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/index.d.ts +1 -2
- package/dist/components/Payroll/ConfirmWireDetails/types.d.ts +23 -0
- package/dist/components/Payroll/Dismissal/DismissalFlow.d.ts +18 -0
- package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.d.ts +15 -0
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.d.ts +24 -0
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.d.ts +7 -0
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/Dismissal/dismissalStateMachine.d.ts +2 -0
- package/dist/components/Payroll/Dismissal/dismissalStateMachine.js.map +1 -1
- package/dist/components/Payroll/Dismissal/index.d.ts +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.d.ts +1 -0
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +33 -25
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModalTypes.d.ts +5 -0
- package/dist/components/Payroll/GrossUpModal/index.d.ts +0 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlow.d.ts +31 -0
- package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.d.ts +20 -0
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycle/offCycleStateMachine.d.ts +2 -0
- package/dist/components/Payroll/OffCycle/offCycleStateMachine.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.d.ts +20 -0
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.d.ts +1 -0
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationTypes.d.ts +24 -0
- package/dist/components/Payroll/OffCycleCreation/index.d.ts +1 -1
- package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.d.ts +16 -0
- package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.js.map +1 -1
- package/dist/components/Payroll/OffCycleDeductionsSetting/types.d.ts +13 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.d.ts +1 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.d.ts +18 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.d.ts +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js +0 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.d.ts +15 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.d.ts +1 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/types.d.ts +43 -0
- package/dist/components/Payroll/OffCycleReasonSelection/types.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.d.ts +1 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModalTypes.d.ts +5 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/index.d.ts +0 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.d.ts +1 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +14 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/index.d.ts +0 -2
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.d.ts +3 -0
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.d.ts +19 -5
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +3 -2
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/index.d.ts +0 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.d.ts +17 -11
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +0 -2
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.d.ts +31 -3
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +1 -2
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +1 -0
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.d.ts +2 -0
- package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +2 -0
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.d.ts +42 -3
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +1 -2
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +3 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +0 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +8 -6
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +0 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +65 -0
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/index.d.ts +0 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.d.ts +2 -0
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.d.ts +1 -0
- package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.d.ts +1 -0
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlow.d.ts +38 -0
- package/dist/components/Payroll/PayrollFlow/PayrollFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +27 -0
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.d.ts +1 -0
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.d.ts +2 -0
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +25 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +1 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +1 -0
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +33 -4
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +1 -2
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +19 -0
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.d.ts +2 -0
- package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollList.d.ts +32 -13
- package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +1 -0
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +65 -68
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/types.d.ts +1 -0
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.d.ts +39 -3
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +1 -2
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +1 -0
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewTypes.d.ts +1 -0
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewTypes.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +1 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +1 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.d.ts +26 -3
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +8 -12
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +1 -0
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/PayrollStatusBadges.d.ts +1 -0
- package/dist/components/Payroll/PayrollStatusBadges/PayrollStatusBadges.js.map +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/index.d.ts +0 -2
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +26 -0
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/usePayrollStatusBadges.d.ts +2 -0
- package/dist/components/Payroll/PayrollStatusBadges/usePayrollStatusBadges.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCases.d.ts +21 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCases.js +7 -6
- package/dist/components/Payroll/RecoveryCases/RecoveryCases.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesComponents.d.ts +5 -0
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesComponents.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.d.ts +1 -0
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +3 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.d.ts +1 -0
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/index.d.ts +0 -1
- package/dist/components/Payroll/RecoveryCases/recoveryCasesStateMachine.d.ts +5 -0
- package/dist/components/Payroll/RecoveryCases/recoveryCasesStateMachine.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.d.ts +5 -0
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlow.d.ts +21 -0
- package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.d.ts +23 -0
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Transition/transitionStateMachine.d.ts +2 -0
- package/dist/components/Payroll/Transition/transitionStateMachine.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.d.ts +20 -0
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.d.ts +7 -0
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +10 -10
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.d.ts +27 -0
- package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.d.ts +1 -0
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +5 -0
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
- package/dist/components/Payroll/helpers.d.ts +157 -26
- package/dist/components/Payroll/helpers.js +0 -1
- package/dist/components/Payroll/helpers.js.map +1 -1
- package/dist/components/Payroll/index.d.ts +11 -2
- package/dist/components/Payroll/payrollTypes.d.ts +24 -0
- package/dist/components/Payroll/payrollTypes.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.d.ts +12 -0
- package/dist/components/Payroll/usePreparedPayrollData.js +34 -22
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +7 -0
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -1
- package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.d.ts +19 -0
- package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +3 -2
- package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -1
- package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +44 -0
- package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +3 -2
- package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.d.ts +4 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.d.ts +1 -0
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailTypes.d.ts +28 -2
- package/dist/components/TimeOff/HolidayPolicyDetail/index.d.ts +0 -2
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.d.ts +26 -0
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.d.ts +1 -0
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormTypes.d.ts +10 -0
- package/dist/components/TimeOff/PolicyList/PolicyList.d.ts +25 -0
- package/dist/components/TimeOff/PolicyList/PolicyList.js +3 -2
- package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.d.ts +1 -0
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyListTypes.d.ts +17 -0
- package/dist/components/TimeOff/PolicySettings/PolicySettings.d.ts +22 -0
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +14 -0
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsTypes.d.ts +31 -0
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.d.ts +23 -0
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.d.ts +1 -0
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorTypes.d.ts +10 -0
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.d.ts +42 -0
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +26 -0
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +15 -2
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js +1 -6
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.d.ts +1 -0
- package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.d.ts +29 -0
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +1 -0
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormTypes.d.ts +59 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/index.d.ts +0 -3
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +1 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +43 -42
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +2 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +1 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +3 -0
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.d.ts +9 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.d.ts +25 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.d.ts +14 -0
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailTypes.d.ts +97 -6
- package/dist/components/TimeOff/TimeOffPolicyDetail/index.d.ts +1 -5
- package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.d.ts +23 -0
- package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js.map +1 -1
- package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.d.ts +22 -0
- package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.js.map +1 -1
- package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.d.ts +22 -0
- package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js.map +1 -1
- package/dist/components/TimeOff/index.d.ts +8 -2
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.d.ts +1 -0
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +48 -49
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -1
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTableTypes.d.ts +66 -0
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.d.ts +1 -0
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js.map +1 -1
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayoutTypes.d.ts +28 -0
- package/dist/components/TimeOff/shared/PolicyDetailLayout/index.d.ts +0 -1
- package/dist/components/TimeOff/shared/holidayHelpers.d.ts +5 -0
- package/dist/components/TimeOff/shared/holidayHelpers.js.map +1 -1
- package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +4 -4
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +39 -39
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +42 -42
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +206 -205
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js +1 -1
- package/dist/shared/constants.d.ts +12 -1
- package/dist/shared/constants.js.map +1 -1
- package/docs/reference/endpoint-inventory.json +55 -0
- package/package.json +6 -5
- package/dist/assets/icons/feature-icon-check.svg.js +0 -10
- package/dist/assets/icons/feature-icon-check.svg.js.map +0 -1
- package/dist/components/Payroll/PayrollEditEmployee/index.d.ts +0 -4
- package/dist/components/Payroll/PayrollFlow/index.d.ts +0 -3
- package/dist/components/TimeOff/TimeOffFlow/index.d.ts +0 -3
- package/dist/components/TimeOff/shared/EmployeeTable/index.d.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -7,226 +7,227 @@ import * as i from "./components/Company/exports/companyOnboarding.js";
|
|
|
7
7
|
import * as a from "./components/Contractor/exports/contractorOnboarding.js";
|
|
8
8
|
import * as d from "./components/Contractor/exports/contractorManagement.js";
|
|
9
9
|
import { ApiProvider as p } from "./contexts/ApiProvider/ApiProvider.js";
|
|
10
|
-
import { ContractorOnboardingStatus as F, ContractorSelfOnboardingStatuses as f, EmployeeOnboardingStatus as x, EmployeeSelfOnboardingStatuses as u,
|
|
11
|
-
import { SDKInternalError as
|
|
12
|
-
import { composeErrorHandler as
|
|
13
|
-
import { collectErrors as
|
|
14
|
-
import { useDeductionForm as
|
|
15
|
-
import { DeductionFormErrorCodes as O, createDeductionFormSchema as
|
|
16
|
-
import { AnnualMaximumField as
|
|
17
|
-
import { useChildSupportGarnishmentForm as
|
|
18
|
-
import { ChildSupportGarnishmentFormErrorCodes as
|
|
19
|
-
import { CaseNumberField as
|
|
20
|
-
import { useCompensationForm as
|
|
21
|
-
import { CompensationErrorCodes as
|
|
22
|
-
import { AdjustForMinimumWageField as
|
|
23
|
-
import { useJobForm as
|
|
24
|
-
import { JobErrorCodes as
|
|
25
|
-
import { HireDateField as
|
|
26
|
-
import { useEmployeeDetailsForm as
|
|
27
|
-
import { EmployeeDetailsErrorCodes as
|
|
28
|
-
import { DateOfBirthField as
|
|
29
|
-
import { useWorkAddressForm as
|
|
30
|
-
import { useCurrentWorkAddressForm as
|
|
31
|
-
import { WorkAddressErrorCodes as
|
|
32
|
-
import { EffectiveDateField as
|
|
33
|
-
import { useHomeAddressForm as
|
|
34
|
-
import { useCurrentHomeAddressForm as
|
|
35
|
-
import { HomeAddressErrorCodes as
|
|
36
|
-
import { CityField as
|
|
37
|
-
import { useBankForm as
|
|
38
|
-
import { ACCOUNT_TYPES as
|
|
39
|
-
import { AccountNumberField as
|
|
40
|
-
import { usePaymentMethodForm as
|
|
41
|
-
import { PAYMENT_METHOD_TYPES as
|
|
42
|
-
import { TypeField as
|
|
43
|
-
import { useSplitPaymentsForm as
|
|
44
|
-
import { SPLIT_BY_VALUES as
|
|
45
|
-
import { useFederalTaxesForm as
|
|
46
|
-
import { FILING_STATUS_VALUES as
|
|
47
|
-
import { DeductionsField as
|
|
48
|
-
import { useSignEmployeeForm as
|
|
49
|
-
import { MAX_PREPARERS as
|
|
50
|
-
import { ConfirmSignatureField as
|
|
51
|
-
import { useEmployeeList as
|
|
52
|
-
import { usePayScheduleForm as
|
|
53
|
-
import { PayScheduleErrorCodes as
|
|
54
|
-
import { useSignCompanyForm as
|
|
55
|
-
import { SignCompanyFormErrorCodes as
|
|
56
|
-
import { CheckboxHookField as
|
|
57
|
-
import { DatePickerHookField as
|
|
58
|
-
import { EmployeeStateTaxesErrorCodes as
|
|
59
|
-
import { FormFieldsMetadataProvider as
|
|
60
|
-
import { GustoProvider as
|
|
61
|
-
import { GustoProviderCustomUIAdapter as
|
|
62
|
-
import { NumberInputHookField as
|
|
63
|
-
import { ObservabilityProvider as
|
|
64
|
-
import { RadioGroupHookField as
|
|
65
|
-
import { SDKFormProvider as
|
|
66
|
-
import { SelectHookField as
|
|
67
|
-
import { SwitchHookField as
|
|
68
|
-
import { TextInputHookField as
|
|
69
|
-
import { composeSubmitHandler as
|
|
70
|
-
import { createStateFields as
|
|
71
|
-
import { getQuestionVariant as
|
|
72
|
-
import { useDeriveFieldsMetadata as
|
|
73
|
-
import { useEmployeeStateTaxesForm as
|
|
74
|
-
import { useFieldErrorMessage as
|
|
75
|
-
import { useObservability as
|
|
76
|
-
import { withOptions as
|
|
10
|
+
import { ContractorOnboardingStatus as F, ContractorSelfOnboardingStatuses as f, EmployeeOnboardingStatus as x, EmployeeSelfOnboardingStatuses as u, I9_FORM_NAME as c, PAY_PERIODS as S, componentEvents as E } from "./shared/constants.js";
|
|
11
|
+
import { SDKInternalError as y, normalizeToSDKError as h } from "./types/sdkError.js";
|
|
12
|
+
import { composeErrorHandler as A } from "./partner-hook-utils/composeErrorHandler.js";
|
|
13
|
+
import { collectErrors as D } from "./partner-hook-utils/collectErrors.js";
|
|
14
|
+
import { useDeductionForm as b } from "./components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js";
|
|
15
|
+
import { DeductionFormErrorCodes as O, createDeductionFormSchema as R } from "./components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js";
|
|
16
|
+
import { AnnualMaximumField as v, DeductAsPercentageField as H, AmountField as I, DescriptionField as _, GarnishmentTypeField as N, RecurringField as W, TotalAmountField as U } from "./components/Employee/Deductions/shared/useDeductionForm/fields.js";
|
|
17
|
+
import { useChildSupportGarnishmentForm as G } from "./components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js";
|
|
18
|
+
import { ChildSupportGarnishmentFormErrorCodes as B, SUPPORTED_REQUIRED_ATTR_KEYS as J, createChildSupportGarnishmentFormSchema as K, getRequiredAttrKeys as w } from "./components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js";
|
|
19
|
+
import { CaseNumberField as j, AmountField as q, StateField as Q, FipsCodeField as X, OrderNumberField as $, PayPeriodMaximumField as z, PaymentPeriodField as Z, RemittanceNumberField as ee } from "./components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js";
|
|
20
|
+
import { useCompensationForm as re } from "./components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js";
|
|
21
|
+
import { CompensationErrorCodes as me, createCompensationSchema as ie } from "./components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js";
|
|
22
|
+
import { AdjustForMinimumWageField as de, EffectiveDateField as se, FlsaStatusField as ne, MinimumWageIdField as pe, PaymentUnitField as le, RateField as Fe, TitleField as fe } from "./components/Employee/Compensation/shared/useCompensationForm/fields.js";
|
|
23
|
+
import { useJobForm as ue } from "./components/Employee/Compensation/shared/useJobForm/useJobForm.js";
|
|
24
|
+
import { JobErrorCodes as Se, createJobSchema as Ee } from "./components/Employee/Compensation/shared/useJobForm/jobSchema.js";
|
|
25
|
+
import { HireDateField as ye, JobTitleField as he, StateWcClassCodeField as Pe, StateWcCoveredField as Ae, TwoPercentShareholderField as ge } from "./components/Employee/Compensation/shared/useJobForm/fields.js";
|
|
26
|
+
import { useEmployeeDetailsForm as Te } from "./components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js";
|
|
27
|
+
import { EmployeeDetailsErrorCodes as Me, createEmployeeDetailsSchema as Oe } from "./components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.js";
|
|
28
|
+
import { DateOfBirthField as ke, EmailField as ve, FirstNameField as He, LastNameField as Ie, MiddleInitialField as _e, SelfOnboardingField as Ne, SsnField as We } from "./components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js";
|
|
29
|
+
import { useWorkAddressForm as Le } from "./components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js";
|
|
30
|
+
import { useCurrentWorkAddressForm as Ye } from "./components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js";
|
|
31
|
+
import { WorkAddressErrorCodes as Je, createWorkAddressSchema as Ke } from "./components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.js";
|
|
32
|
+
import { EffectiveDateField as Ve, LocationField as je } from "./components/Employee/Profile/shared/useWorkAddressForm/fields.js";
|
|
33
|
+
import { useHomeAddressForm as Qe } from "./components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js";
|
|
34
|
+
import { useCurrentHomeAddressForm as $e } from "./components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js";
|
|
35
|
+
import { HomeAddressErrorCodes as Ze, createHomeAddressSchema as eo } from "./components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js";
|
|
36
|
+
import { CityField as ro, CourtesyWithholdingField as to, EffectiveDateField as mo, StateField as io, Street1Field as ao, Street2Field as so, ZipField as no } from "./components/Employee/Profile/shared/useHomeAddressForm/fields.js";
|
|
37
|
+
import { useBankForm as lo } from "./components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js";
|
|
38
|
+
import { ACCOUNT_TYPES as fo, BankFormErrorCodes as xo, createBankFormSchema as uo } from "./components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.js";
|
|
39
|
+
import { AccountNumberField as So, AccountTypeField as Eo, NameField as Co, RoutingNumberField as yo } from "./components/Employee/PaymentMethod/shared/useBankForm/fields.js";
|
|
40
|
+
import { usePaymentMethodForm as Po } from "./components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js";
|
|
41
|
+
import { PAYMENT_METHOD_TYPES as go, PaymentMethodFormErrorCodes as Do, createPaymentMethodFormSchema as To } from "./components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.js";
|
|
42
|
+
import { TypeField as Mo } from "./components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.js";
|
|
43
|
+
import { useSplitPaymentsForm as Ro } from "./components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js";
|
|
44
|
+
import { SPLIT_BY_VALUES as vo, SplitPaymentsFormErrorCodes as Ho, createSplitPaymentsFormSchema as Io } from "./components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.js";
|
|
45
|
+
import { useFederalTaxesForm as No } from "./components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js";
|
|
46
|
+
import { FILING_STATUS_VALUES as Uo, FederalTaxesErrorCodes as Lo, createFederalTaxesSchema as Go } from "./components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js";
|
|
47
|
+
import { DeductionsField as Bo, DependentsAmountField as Jo, ExtraWithholdingField as Ko, FilingStatusField as wo, OtherIncomeField as Vo, TwoJobsField as jo } from "./components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js";
|
|
48
|
+
import { useSignEmployeeForm as Qo } from "./components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js";
|
|
49
|
+
import { MAX_PREPARERS as $o, PREPARER_FIELDS_BY_INDEX as zo, SignEmployeeFormErrorCodes as Zo, createSignEmployeeFormSchema as er, preparerFieldName as or } from "./components/Employee/Documents/shared/useSignEmployeeForm/signEmployeeFormSchema.js";
|
|
50
|
+
import { ConfirmSignatureField as tr, SignatureField as mr, UsedPreparerField as ir } from "./components/Employee/Documents/shared/useSignEmployeeForm/fields.js";
|
|
51
|
+
import { useEmployeeList as dr } from "./components/Employee/EmployeeList/shared/useEmployeeList.js";
|
|
52
|
+
import { usePayScheduleForm as nr } from "./components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js";
|
|
53
|
+
import { PayScheduleErrorCodes as lr, createPayScheduleSchema as Fr } from "./components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.js";
|
|
54
|
+
import { useSignCompanyForm as xr } from "./components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js";
|
|
55
|
+
import { SignCompanyFormErrorCodes as cr, createSignCompanyFormSchema as Sr } from "./components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.js";
|
|
56
|
+
import { CheckboxHookField as Cr } from "./partner-hook-utils/form/fields/CheckboxHookField.js";
|
|
57
|
+
import { DatePickerHookField as hr } from "./partner-hook-utils/form/fields/DatePickerHookField.js";
|
|
58
|
+
import { EmployeeStateTaxesErrorCodes as Ar, createEmployeeStateTaxesSchema as gr } from "./components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js";
|
|
59
|
+
import { FormFieldsMetadataProvider as Tr } from "./partner-hook-utils/form/FormFieldsMetadataProvider.js";
|
|
60
|
+
import { GustoProvider as Mr } from "./contexts/GustoProvider/GustoProvider.js";
|
|
61
|
+
import { GustoProviderCustomUIAdapter as Rr } from "./contexts/GustoProvider/GustoProviderCustomUIAdapter.js";
|
|
62
|
+
import { NumberInputHookField as vr } from "./partner-hook-utils/form/fields/NumberInputHookField.js";
|
|
63
|
+
import { ObservabilityProvider as Ir } from "./contexts/ObservabilityProvider/ObservabilityProvider.js";
|
|
64
|
+
import { RadioGroupHookField as Nr } from "./partner-hook-utils/form/fields/RadioGroupHookField.js";
|
|
65
|
+
import { SDKFormProvider as Ur } from "./partner-hook-utils/form/SDKFormProvider.js";
|
|
66
|
+
import { SelectHookField as Gr } from "./partner-hook-utils/form/fields/SelectHookField.js";
|
|
67
|
+
import { SwitchHookField as Br } from "./partner-hook-utils/form/fields/SwitchHookField.js";
|
|
68
|
+
import { TextInputHookField as Kr } from "./partner-hook-utils/form/fields/TextInputHookField.js";
|
|
69
|
+
import { composeSubmitHandler as Vr } from "./partner-hook-utils/form/composeSubmitHandler.js";
|
|
70
|
+
import { createStateFields as qr, useStateFields as Qr } from "./components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js";
|
|
71
|
+
import { getQuestionVariant as $r } from "./components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js";
|
|
72
|
+
import { useDeriveFieldsMetadata as Zr } from "./partner-hook-utils/form/useDeriveFieldsMetadata.js";
|
|
73
|
+
import { useEmployeeStateTaxesForm as ot } from "./components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js";
|
|
74
|
+
import { useFieldErrorMessage as tt } from "./partner-hook-utils/form/useFieldErrorMessage.js";
|
|
75
|
+
import { useObservability as it } from "./contexts/ObservabilityProvider/useObservability.js";
|
|
76
|
+
import { withOptions as dt } from "./partner-hook-utils/form/withOptions.js";
|
|
77
77
|
export {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
fo as ACCOUNT_TYPES,
|
|
79
|
+
So as AccountNumberField,
|
|
80
|
+
Eo as AccountTypeField,
|
|
81
|
+
v as AnnualMaximumField,
|
|
82
82
|
p as ApiProvider,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
83
|
+
xo as BankFormErrorCodes,
|
|
84
|
+
j as CaseNumberField,
|
|
85
|
+
Cr as CheckboxHookField,
|
|
86
|
+
q as ChildSupportAmountField,
|
|
87
|
+
B as ChildSupportGarnishmentFormErrorCodes,
|
|
88
|
+
Q as ChildSupportStateField,
|
|
89
|
+
ro as CityField,
|
|
90
90
|
i as CompanyOnboarding,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
91
|
+
de as CompensationAdjustForMinimumWageField,
|
|
92
|
+
se as CompensationEffectiveDateField,
|
|
93
|
+
me as CompensationErrorCodes,
|
|
94
|
+
ne as CompensationFlsaStatusField,
|
|
95
|
+
pe as CompensationMinimumWageIdField,
|
|
96
|
+
le as CompensationPaymentUnitField,
|
|
97
|
+
Fe as CompensationRateField,
|
|
98
|
+
fe as CompensationTitleField,
|
|
99
|
+
tr as ConfirmSignatureField,
|
|
100
100
|
d as ContractorManagement,
|
|
101
101
|
a as ContractorOnboarding,
|
|
102
102
|
F as ContractorOnboardingStatus,
|
|
103
103
|
f as ContractorSelfOnboardingStatuses,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
104
|
+
to as CourtesyWithholdingField,
|
|
105
|
+
ke as DateOfBirthField,
|
|
106
|
+
hr as DatePickerHookField,
|
|
107
|
+
H as DeductAsPercentageField,
|
|
108
|
+
I as DeductionAmountField,
|
|
109
109
|
O as DeductionFormErrorCodes,
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
110
|
+
Bo as DeductionsField,
|
|
111
|
+
Jo as DependentsAmountField,
|
|
112
|
+
_ as DescriptionField,
|
|
113
|
+
ve as EmailField,
|
|
114
|
+
Me as EmployeeDetailsErrorCodes,
|
|
115
115
|
m as EmployeeManagement,
|
|
116
116
|
t as EmployeeOnboarding,
|
|
117
117
|
x as EmployeeOnboardingStatus,
|
|
118
118
|
u as EmployeeSelfOnboardingStatuses,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
119
|
+
Ar as EmployeeStateTaxesErrorCodes,
|
|
120
|
+
Ko as ExtraWithholdingField,
|
|
121
|
+
Uo as FILING_STATUS_VALUES,
|
|
122
|
+
Lo as FederalTaxesErrorCodes,
|
|
123
|
+
wo as FilingStatusField,
|
|
124
|
+
X as FipsCodeField,
|
|
125
|
+
He as FirstNameField,
|
|
126
|
+
Tr as FormFieldsMetadataProvider,
|
|
127
|
+
N as GarnishmentTypeField,
|
|
128
|
+
Mr as GustoProvider,
|
|
129
|
+
Rr as GustoProviderCustomUIAdapter,
|
|
130
|
+
ye as HireDateField,
|
|
131
|
+
mo as HomeAddressEffectiveDateField,
|
|
132
|
+
Ze as HomeAddressErrorCodes,
|
|
133
|
+
io as HomeAddressStateField,
|
|
134
|
+
c as I9_FORM_NAME,
|
|
134
135
|
e as InformationRequests,
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
136
|
+
Se as JobErrorCodes,
|
|
137
|
+
he as JobTitleField,
|
|
138
|
+
Ie as LastNameField,
|
|
139
|
+
$o as MAX_PREPARERS,
|
|
140
|
+
_e as MiddleInitialField,
|
|
141
|
+
Co as NameField,
|
|
142
|
+
vr as NumberInputHookField,
|
|
143
|
+
Ir as ObservabilityProvider,
|
|
144
|
+
$ as OrderNumberField,
|
|
145
|
+
Vo as OtherIncomeField,
|
|
146
|
+
go as PAYMENT_METHOD_TYPES,
|
|
147
|
+
S as PAY_PERIODS,
|
|
148
|
+
zo as PREPARER_FIELDS_BY_INDEX,
|
|
149
|
+
z as PayPeriodMaximumField,
|
|
150
|
+
lr as PayScheduleErrorCodes,
|
|
151
|
+
Do as PaymentMethodFormErrorCodes,
|
|
152
|
+
Mo as PaymentMethodTypeField,
|
|
153
|
+
Z as PaymentPeriodField,
|
|
153
154
|
o as Payroll,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
155
|
+
Nr as RadioGroupHookField,
|
|
156
|
+
W as RecurringField,
|
|
157
|
+
ee as RemittanceNumberField,
|
|
158
|
+
yo as RoutingNumberField,
|
|
159
|
+
Ur as SDKFormProvider,
|
|
160
|
+
y as SDKInternalError,
|
|
161
|
+
vo as SPLIT_BY_VALUES,
|
|
162
|
+
J as SUPPORTED_REQUIRED_ATTR_KEYS,
|
|
163
|
+
Gr as SelectHookField,
|
|
164
|
+
Ne as SelfOnboardingField,
|
|
165
|
+
cr as SignCompanyFormErrorCodes,
|
|
166
|
+
Zo as SignEmployeeFormErrorCodes,
|
|
167
|
+
mr as SignatureField,
|
|
168
|
+
Ho as SplitPaymentsFormErrorCodes,
|
|
169
|
+
We as SsnField,
|
|
170
|
+
Pe as StateWcClassCodeField,
|
|
171
|
+
Ae as StateWcCoveredField,
|
|
172
|
+
ao as Street1Field,
|
|
173
|
+
so as Street2Field,
|
|
174
|
+
Br as SwitchHookField,
|
|
175
|
+
Kr as TextInputHookField,
|
|
175
176
|
r as TimeOff,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
177
|
+
U as TotalAmountField,
|
|
178
|
+
jo as TwoJobsField,
|
|
179
|
+
ge as TwoPercentShareholderField,
|
|
180
|
+
ir as UsedPreparerField,
|
|
181
|
+
Ve as WorkAddressEffectiveDateField,
|
|
182
|
+
Je as WorkAddressErrorCodes,
|
|
183
|
+
je as WorkAddressLocationField,
|
|
184
|
+
no as ZipField,
|
|
185
|
+
D as collectErrors,
|
|
186
|
+
E as componentEvents,
|
|
187
|
+
A as composeErrorHandler,
|
|
188
|
+
Vr as composeSubmitHandler,
|
|
189
|
+
uo as createBankFormSchema,
|
|
190
|
+
K as createChildSupportGarnishmentFormSchema,
|
|
191
|
+
ie as createCompensationSchema,
|
|
192
|
+
R as createDeductionFormSchema,
|
|
192
193
|
Oe as createEmployeeDetailsSchema,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
194
|
+
gr as createEmployeeStateTaxesSchema,
|
|
195
|
+
Go as createFederalTaxesSchema,
|
|
196
|
+
eo as createHomeAddressSchema,
|
|
197
|
+
Ee as createJobSchema,
|
|
198
|
+
Fr as createPayScheduleSchema,
|
|
199
|
+
To as createPaymentMethodFormSchema,
|
|
200
|
+
Sr as createSignCompanyFormSchema,
|
|
201
|
+
er as createSignEmployeeFormSchema,
|
|
202
|
+
Io as createSplitPaymentsFormSchema,
|
|
203
|
+
qr as createStateFields,
|
|
204
|
+
Ke as createWorkAddressSchema,
|
|
205
|
+
$r as getQuestionVariant,
|
|
206
|
+
w as getRequiredAttrKeys,
|
|
207
|
+
h as normalizeToSDKError,
|
|
208
|
+
or as preparerFieldName,
|
|
209
|
+
lo as useBankForm,
|
|
210
|
+
G as useChildSupportGarnishmentForm,
|
|
211
|
+
re as useCompensationForm,
|
|
212
|
+
$e as useCurrentHomeAddressForm,
|
|
213
|
+
Ye as useCurrentWorkAddressForm,
|
|
214
|
+
b as useDeductionForm,
|
|
215
|
+
Zr as useDeriveFieldsMetadata,
|
|
216
|
+
Te as useEmployeeDetailsForm,
|
|
217
|
+
dr as useEmployeeList,
|
|
218
|
+
ot as useEmployeeStateTaxesForm,
|
|
219
|
+
No as useFederalTaxesForm,
|
|
220
|
+
tt as useFieldErrorMessage,
|
|
221
|
+
Qe as useHomeAddressForm,
|
|
222
|
+
ue as useJobForm,
|
|
223
|
+
it as useObservability,
|
|
224
|
+
nr as usePayScheduleForm,
|
|
225
|
+
Po as usePaymentMethodForm,
|
|
226
|
+
xr as useSignCompanyForm,
|
|
227
|
+
Qo as useSignEmployeeForm,
|
|
228
|
+
Ro as useSplitPaymentsForm,
|
|
229
|
+
Qr as useStateFields,
|
|
230
|
+
Le as useWorkAddressForm,
|
|
231
|
+
dt as withOptions
|
|
231
232
|
};
|
|
232
233
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as u } from "react/jsx-runtime";
|
|
2
2
|
import { useHookFieldResolution as x } from "../useHookFieldResolution.js";
|
|
3
3
|
import { withFieldElementRegistry as R } from "./withFieldElementRegistry.js";
|
|
4
|
-
import { DatePickerField as k } from "../../../components/Common/Fields/DatePickerField/DatePickerField.js";
|
|
5
4
|
import { normalizeToDate as t } from "../../../helpers/dateFormatting.js";
|
|
5
|
+
import { DatePickerField as k } from "../../../components/Common/Fields/DatePickerField/DatePickerField.js";
|
|
6
6
|
function y({
|
|
7
7
|
name: i,
|
|
8
8
|
formHookResult: o,
|
|
@@ -431,6 +431,7 @@ export declare const timeOffEvents: {
|
|
|
431
431
|
* a few cross-cutting keys: `ERROR`, `CANCEL`, and `BREADCRUMB_NAVIGATE`.
|
|
432
432
|
*
|
|
433
433
|
* @public
|
|
434
|
+
* @group Events
|
|
434
435
|
*
|
|
435
436
|
* @example
|
|
436
437
|
* ```tsx
|
|
@@ -735,6 +736,7 @@ export declare const componentEvents: {
|
|
|
735
736
|
* the specific event keys you care about.
|
|
736
737
|
*
|
|
737
738
|
* @public
|
|
739
|
+
* @group Events
|
|
738
740
|
*
|
|
739
741
|
* @example
|
|
740
742
|
* ```tsx
|
|
@@ -844,7 +846,16 @@ export declare const HOURS_PER_PAY_PERIOD_WEEKLY = 40;
|
|
|
844
846
|
export declare const HOURS_PER_PAY_PERIOD_MONTHLY = 173.333333;
|
|
845
847
|
/** @internal */
|
|
846
848
|
export declare const HOURS_PER_PAY_PERIOD_ANNUALLY = 2080;
|
|
847
|
-
/**
|
|
849
|
+
/**
|
|
850
|
+
* The form `name` identifying the federal I-9 (Employment Eligibility Verification) document.
|
|
851
|
+
*
|
|
852
|
+
* @remarks
|
|
853
|
+
* `DocumentList` emits `employee/forms/view` with `{ uuid, name }`. Compare `name` against this
|
|
854
|
+
* constant to decide whether to route a form to `I9SignatureForm` (when it matches) or the standard
|
|
855
|
+
* `SignatureForm`.
|
|
856
|
+
*
|
|
857
|
+
* @public
|
|
858
|
+
*/
|
|
848
859
|
export declare const I9_FORM_NAME = "US_I-9";
|
|
849
860
|
/** @internal */
|
|
850
861
|
export declare const STATES_ABBR: readonly ["AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY"];
|