@gusto/embedded-react-sdk 0.21.0 → 0.23.0-rc.1
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 +62 -0
- package/README.md +32 -17
- package/dist/assets/icons/eye.svg.js +10 -0
- package/dist/assets/icons/eye.svg.js.map +1 -0
- package/dist/assets/icons/icon-file-outline.svg.js +10 -0
- package/dist/assets/icons/icon-file-outline.svg.js.map +1 -0
- package/dist/assets/icons/icon-receipt-outline.svg.js +10 -0
- package/dist/assets/icons/icon-receipt-outline.svg.js.map +1 -0
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Base/index.d.ts +1 -1
- package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
- package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
- package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
- package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
- package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
- package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
- package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
- package/dist/components/Common/Fields/TextAreaField/TextAreaField.js.map +1 -1
- package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
- package/dist/components/Common/Fieldset/Fieldset.js.map +1 -1
- package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.d.ts +1 -0
- package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.js +14 -0
- package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.js.map +1 -0
- package/dist/components/Common/FlowBreadcrumbs/index.d.ts +1 -0
- package/dist/components/Common/PaginationControl/PaginationControlTypes.d.ts +1 -1
- package/dist/components/Common/ReorderableList/ReorderableItem.d.ts +1 -1
- package/dist/components/Common/ReorderableList/ReorderableItem.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableList.js +7 -7
- package/dist/components/Common/ReorderableList/ReorderableList.js.map +1 -1
- package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -1
- package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.d.ts +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.js +10 -7
- package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
- package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
- package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +1 -1
- package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +7 -7
- package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.js.map +1 -1
- package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
- package/dist/components/Common/UI/Select/Select.module.scss.js +6 -6
- package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
- package/dist/components/Common/UI/Table/Table.module.scss.js +1 -1
- package/dist/components/Common/UI/Table/TableTypes.js.map +1 -1
- package/dist/components/Common/UI/Tabs/Tabs.module.scss.js +5 -5
- package/dist/components/Common/UI/TextArea/TextAreaTypes.js.map +1 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +3 -4
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +3 -4
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +5 -6
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +3 -4
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +3 -4
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +3 -4
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +5 -6
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +6 -7
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +3 -4
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +3 -4
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +3 -4
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.js +5 -6
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +3 -4
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +3 -4
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Company/index.d.ts +2 -0
- package/dist/components/Company/index.js +20 -16
- package/dist/components/Company/index.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +5 -6
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.d.ts +7 -0
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +204 -0
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -0
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +15 -9
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +140 -0
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -0
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.d.ts +39 -0
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +131 -0
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -0
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +11 -0
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +139 -0
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -0
- package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +2 -0
- package/dist/components/Contractor/Payments/CreatePayment/helpers.js +6 -0
- package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.d.ts +2 -0
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js +26 -0
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +16 -0
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js +31 -0
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentFlow/index.d.ts +3 -0
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.d.ts +7 -0
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +122 -0
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.d.ts +8 -0
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +26 -0
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +17 -15
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +114 -0
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.d.ts +9 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +49 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +12 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +116 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.module.scss.js +10 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.module.scss.js.map +1 -0
- package/dist/components/Contractor/Payments/types.d.ts +8 -0
- package/dist/components/Contractor/Profile/useContractorProfile.d.ts +26 -26
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Contractor/index.d.ts +1 -0
- package/dist/components/Contractor/index.js +4 -2
- package/dist/components/Contractor/index.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +2 -3
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +0 -3
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +62 -77
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +83 -50
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.d.ts +56 -0
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +159 -0
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -0
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +3 -4
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +3 -4
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +3 -4
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.d.ts +22 -7
- package/dist/components/Employee/FederalTaxes/FederalForm.js +86 -32
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalTaxes.js +62 -46
- package/dist/components/Employee/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +3 -4
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +25 -23
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js +116 -106
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +5 -6
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.d.ts +6 -6
- package/dist/components/Employee/Profile/PersonalDetailsInputs.d.ts +2 -2
- package/dist/components/Employee/Profile/useProfile.js +3 -4
- package/dist/components/Employee/Profile/useProfile.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +3 -4
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.d.ts +22 -7
- package/dist/components/Employee/Taxes/FederalForm.js +86 -32
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/Taxes.js +97 -81
- package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +3 -4
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Flow/Flow.d.ts +3 -3
- package/dist/components/Flow/Flow.js +35 -31
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +46 -39
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.module.scss.js +8 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.module.scss.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +71 -72
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +21 -22
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.d.ts +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js +19 -19
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -0
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +75 -68
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +66 -65
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +127 -103
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +254 -185
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/{FastAchThresholdExceeded.d.ts → FastAchSubmissionBlockerBanner.d.ts} +2 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +55 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/index.d.ts +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.module.scss.js +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
- package/dist/components/Payroll/index.d.ts +1 -1
- package/dist/components/Payroll/index.js +8 -6
- package/dist/components/Payroll/index.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +6 -7
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +4 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +9 -11
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/LocaleProvider/useLocale.d.ts +6 -3
- package/dist/contexts/LocaleProvider/useLocale.js +12 -9
- package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
- package/dist/helpers/currencyHelpers.d.ts +2 -0
- package/dist/helpers/currencyHelpers.js +6 -0
- package/dist/helpers/currencyHelpers.js.map +1 -0
- package/dist/helpers/formattedStrings.js +11 -12
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/i18n/I18n.js +10 -10
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js +40 -0
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js.map +1 -0
- package/dist/i18n/en/Contractor.Payments.PaymentHistory.json.js +24 -0
- package/dist/i18n/en/Contractor.Payments.PaymentHistory.json.js.map +1 -0
- package/dist/i18n/en/Contractor.Payments.PaymentsList.json.js +36 -0
- package/dist/i18n/en/Contractor.Payments.PaymentsList.json.js.map +1 -0
- package/dist/i18n/en/Employee.Deductions.json.js +58 -46
- package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
- package/dist/i18n/en/Employee.FederalTaxes.json.js +49 -41
- package/dist/i18n/en/Employee.FederalTaxes.json.js.map +1 -1
- package/dist/i18n/en/Employee.Taxes.json.js +53 -45
- package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
- package/dist/i18n/en/Payroll.ConfirmWireDetailsForm.json.js +5 -5
- package/dist/i18n/en/Payroll.PayrollConfiguration.json.js +1 -1
- package/dist/i18n/en/Payroll.PayrollList.json.js +5 -5
- package/dist/i18n/en/Payroll.PayrollOverview.json.js +35 -31
- package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
- package/dist/shared/constants.d.ts +18 -0
- package/dist/shared/constants.js +73 -59
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +182 -125
- package/package.json +18 -18
- package/dist/components/Contractor/Payments/Detail/DetailPresentation.d.ts +0 -19
- package/dist/components/Contractor/Payments/Overview/OverviewPresentation.d.ts +0 -18
- package/dist/components/Contractor/Payments/PaymentEdit/PaymentEditPresentation.d.ts +0 -6
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js +0 -52
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js.map +0 -1
- package/dist/i18n/en/ContractorPayment.ContractorPaymentCreatePayment.json.js +0 -32
- package/dist/i18n/en/ContractorPayment.ContractorPaymentCreatePayment.json.js.map +0 -1
- package/dist/i18n/en/ContractorPayment.ContractorPaymentDetail.json.js +0 -24
- package/dist/i18n/en/ContractorPayment.ContractorPaymentDetail.json.js.map +0 -1
- package/dist/i18n/en/ContractorPayment.ContractorPaymentOverview.json.js +0 -32
- package/dist/i18n/en/ContractorPayment.ContractorPaymentOverview.json.js.map +0 -1
- package/dist/i18n/en/ContractorPayment.ContractorPaymentPaymentHistory.json.js +0 -32
- package/dist/i18n/en/ContractorPayment.ContractorPaymentPaymentHistory.json.js.map +0 -1
|
@@ -1,46 +1,54 @@
|
|
|
1
|
-
const e = "Step 4b: Deductions",
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
const e = "Additional withholding", t = "Step 4b: Deductions", o = "Step 3: Dependents (if applicable)", i = "Step 4c: Extra withholding", l = "Step 1c: Federal filing status (1c)", n = "Select filing status...", s = "Federal tax withholdings (Form W-4)", a = "Federal withholding allowance", r = "This field is a required field. Please enter a value.", c = "Filing status", d = "Exempt from withholding", h = "Head of household", u = "Married", p = "Married, but withhold as Single", f = "Single", g = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <IrsLink href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</IrsLink>.', w = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you're unsure what to enter here, refer to <IrsCalculatorLink href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W-4</IrsCalculatorLink> to calculate the values, visit our <HelpCenterLink href="https://support.gusto.com" target="_blank">Help Center</HelpCenterLink>, or consult your tax advisor.`, b = "Step 2c: Multiple jobs (2c)", m = "Step 4a: Other income", S = "If you select Exempt from withholding, we won't withhold federal income taxes, but we'll still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", x = "Continue", F = "No", I = "Yes", k = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, L = {
|
|
2
|
+
additionalWithholding: e,
|
|
3
|
+
deductions: t,
|
|
4
|
+
dependentsTotalIfApplicable: o,
|
|
5
|
+
extraWithholding: i,
|
|
6
|
+
federalFilingStatus1c: l,
|
|
7
|
+
federalFilingStatusPlaceholder: n,
|
|
8
|
+
federalTaxesTitle: s,
|
|
9
|
+
federalWithholdingAllowance: a,
|
|
10
|
+
fieldIsRequired: r,
|
|
11
|
+
filingStatus: c,
|
|
12
|
+
filingStatusExemptFromWithholding: d,
|
|
13
|
+
filingStatusHeadOfHousehold: h,
|
|
14
|
+
filingStatusMarried: u,
|
|
15
|
+
filingStatusMarriedWithholdAsSingle: p,
|
|
16
|
+
filingStatusSingle: f,
|
|
17
|
+
includesSpouseExplanation: g,
|
|
18
|
+
irsCalculator: w,
|
|
19
|
+
multipleJobs2c: b,
|
|
20
|
+
otherIncome: m,
|
|
21
|
+
selectWithholdingDescription: S,
|
|
22
|
+
submitCta: x,
|
|
20
23
|
twoJobNoLabel: "No",
|
|
21
|
-
|
|
24
|
+
twoJobYesLabel: "Yes",
|
|
25
|
+
validations: k
|
|
22
26
|
};
|
|
23
27
|
export {
|
|
24
|
-
e as
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
o as
|
|
28
|
-
i as
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
a as
|
|
33
|
-
r as
|
|
34
|
-
c as
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
p as
|
|
39
|
-
f as
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
m as
|
|
44
|
-
|
|
28
|
+
e as additionalWithholding,
|
|
29
|
+
t as deductions,
|
|
30
|
+
L as default,
|
|
31
|
+
o as dependentsTotalIfApplicable,
|
|
32
|
+
i as extraWithholding,
|
|
33
|
+
l as federalFilingStatus1c,
|
|
34
|
+
n as federalFilingStatusPlaceholder,
|
|
35
|
+
s as federalTaxesTitle,
|
|
36
|
+
a as federalWithholdingAllowance,
|
|
37
|
+
r as fieldIsRequired,
|
|
38
|
+
c as filingStatus,
|
|
39
|
+
d as filingStatusExemptFromWithholding,
|
|
40
|
+
h as filingStatusHeadOfHousehold,
|
|
41
|
+
u as filingStatusMarried,
|
|
42
|
+
p as filingStatusMarriedWithholdAsSingle,
|
|
43
|
+
f as filingStatusSingle,
|
|
44
|
+
g as includesSpouseExplanation,
|
|
45
|
+
w as irsCalculator,
|
|
46
|
+
b as multipleJobs2c,
|
|
47
|
+
m as otherIncome,
|
|
48
|
+
S as selectWithholdingDescription,
|
|
49
|
+
x as submitCta,
|
|
50
|
+
F as twoJobNoLabel,
|
|
51
|
+
I as twoJobYesLabel,
|
|
52
|
+
k as validations
|
|
45
53
|
};
|
|
46
54
|
//# sourceMappingURL=Employee.FederalTaxes.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.FederalTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.FederalTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,50 +1,58 @@
|
|
|
1
|
-
const e = "
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
const e = "Additional withholding", t = "Back", o = "Step 4b: Deductions", i = "Step 3: Dependents (if applicable)", l = "Step 4c: Extra withholding", n = "Step 1c: Federal filing status (1c)", s = "Select filing status...", a = "Federal tax withholdings (Form W-4)", r = "Federal withholding allowance", c = "This field is a required field. Please enter a value.", h = "Filing status", d = "Exempt from withholding", u = "Head of household", p = "Married", f = "Married, but withhold as Single", g = "Single", w = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <IrsLink href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</IrsLink>.', b = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you're unsure what to enter here, refer to <IrsCalculatorLink href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W-4</IrsCalculatorLink> to calculate the values, visit our <HelpCenterLink href="https://support.gusto.com" target="_blank">Help Center</HelpCenterLink>, or consult your tax advisor.`, m = "Step 2c: Multiple jobs (2c)", S = "Step 4a: Other income", x = "If you select Exempt from withholding, we won't withhold federal income taxes, but we'll still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", k = "{{state}} Tax Requirements", I = "Continue", W = "No", F = "Yes", L = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, v = {
|
|
2
|
+
additionalWithholding: e,
|
|
3
|
+
cancelCta: t,
|
|
4
|
+
deductions: o,
|
|
5
|
+
dependentsTotalIfApplicable: i,
|
|
6
|
+
extraWithholding: l,
|
|
7
|
+
federalFilingStatus1c: n,
|
|
8
|
+
federalFilingStatusPlaceholder: s,
|
|
9
|
+
federalTaxesTitle: a,
|
|
10
|
+
federalWithholdingAllowance: r,
|
|
11
|
+
fieldIsRequired: c,
|
|
12
|
+
filingStatus: h,
|
|
13
|
+
filingStatusExemptFromWithholding: d,
|
|
14
|
+
filingStatusHeadOfHousehold: u,
|
|
15
|
+
filingStatusMarried: p,
|
|
16
|
+
filingStatusMarriedWithholdAsSingle: f,
|
|
17
|
+
filingStatusSingle: g,
|
|
18
|
+
includesSpouseExplanation: w,
|
|
19
|
+
irsCalculator: b,
|
|
20
|
+
multipleJobs2c: m,
|
|
21
|
+
otherIncome: S,
|
|
22
|
+
selectWithholdingDescription: x,
|
|
23
|
+
stateTaxesTitle: k,
|
|
24
|
+
submitCta: I,
|
|
22
25
|
twoJobNoLabel: "No",
|
|
23
|
-
|
|
26
|
+
twoJobYesLabel: "Yes",
|
|
27
|
+
validations: L
|
|
24
28
|
};
|
|
25
29
|
export {
|
|
26
|
-
e as
|
|
27
|
-
t as
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
u as
|
|
40
|
-
p as
|
|
41
|
-
f as
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
b as
|
|
45
|
-
m as
|
|
46
|
-
|
|
47
|
-
x as
|
|
48
|
-
|
|
30
|
+
e as additionalWithholding,
|
|
31
|
+
t as cancelCta,
|
|
32
|
+
o as deductions,
|
|
33
|
+
v as default,
|
|
34
|
+
i as dependentsTotalIfApplicable,
|
|
35
|
+
l as extraWithholding,
|
|
36
|
+
n as federalFilingStatus1c,
|
|
37
|
+
s as federalFilingStatusPlaceholder,
|
|
38
|
+
a as federalTaxesTitle,
|
|
39
|
+
r as federalWithholdingAllowance,
|
|
40
|
+
c as fieldIsRequired,
|
|
41
|
+
h as filingStatus,
|
|
42
|
+
d as filingStatusExemptFromWithholding,
|
|
43
|
+
u as filingStatusHeadOfHousehold,
|
|
44
|
+
p as filingStatusMarried,
|
|
45
|
+
f as filingStatusMarriedWithholdAsSingle,
|
|
46
|
+
g as filingStatusSingle,
|
|
47
|
+
w as includesSpouseExplanation,
|
|
48
|
+
b as irsCalculator,
|
|
49
|
+
m as multipleJobs2c,
|
|
50
|
+
S as otherIncome,
|
|
51
|
+
x as selectWithholdingDescription,
|
|
52
|
+
k as stateTaxesTitle,
|
|
53
|
+
I as submitCta,
|
|
54
|
+
W as twoJobNoLabel,
|
|
55
|
+
F as twoJobYesLabel,
|
|
56
|
+
L as validations
|
|
49
57
|
};
|
|
50
58
|
//# sourceMappingURL=Employee.Taxes.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.Taxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.Taxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
const t = "Confirm wire details for {{payrollRange}}", e = "Enter the details of your wire transfer submitted through your bank.", n = "Total amount sent", a = "Date sent",
|
|
1
|
+
const t = "Confirm wire details for {{payrollRange}}", e = "Enter the details of your wire transfer submitted through your bank.", n = "Total amount sent", a = "Date sent", i = "Initiating bank", o = "The bank where you initiated the wire transfer", r = "Enter a financial institution", s = "Additional notes", l = "Cancel", c = "Submit", u = { amount: "Total amount sent is required", date: "Date sent is required", bankName: "Initiating bank is required" }, d = { title: "Wire details submitted for {{payrollRange}} payroll", emptyTitle: "Wire details submitted", content: "Once we receive the funds from your bank we'll pay your team on {{checkDate}}." }, m = {
|
|
2
2
|
title: t,
|
|
3
3
|
description: e,
|
|
4
4
|
amountLabel: n,
|
|
5
5
|
dateLabel: a,
|
|
6
|
-
bankNameLabel:
|
|
7
|
-
bankNameDescription:
|
|
6
|
+
bankNameLabel: i,
|
|
7
|
+
bankNameDescription: o,
|
|
8
8
|
bankNamePlaceholder: r,
|
|
9
9
|
notesLabel: s,
|
|
10
10
|
cancelCta: l,
|
|
@@ -14,8 +14,8 @@ const t = "Confirm wire details for {{payrollRange}}", e = "Enter the details of
|
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
n as amountLabel,
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
o as bankNameDescription,
|
|
18
|
+
i as bankNameLabel,
|
|
19
19
|
r as bankNamePlaceholder,
|
|
20
20
|
l as cancelCta,
|
|
21
21
|
d as confirmationAlert,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Edit Payroll", a = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", o = "Edit Payroll for {{startDate}} - {{endDate}}", t = "Save and exit", l = "Calculate
|
|
1
|
+
const e = "Edit Payroll", a = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", o = "Edit Payroll for {{startDate}} - {{endDate}}", t = "Save and exit", l = "Calculate and review", s = "Calculate and review", i = "Hours and additional earnings", n = "Review and update your employee's hours, reimbursements, and additional earnings below.", r = "Employee compensations", d = { employees: "Employees", hours: "Hours", timeOff: "Time off", additionalEarnings: "Additional earnings", reimbursements: "Reimbursements", totalPay: "Total pay" }, p = "Skipped", y = { edit: "Edit", skip: "Skip employee", unskip: "Unskip employee" }, u = { progressSaved: "Your progress has been saved", directDepositDeadline: "To pay your employees with direct deposit on {{payDate}}, you'll need to run payroll by {{time}} on {{date}}.", directDepositDeadlineText: "Make sure to submit before the deadline to ensure timely payments.", payrollDeadline: { label: "Payroll Deadline", message: "To pay your employees with direct deposit on the check date, you'll need to run payroll by the deadline." }, skippedEmployees: { label: "Skipped Employees", employeeAddressNotVerified: "Employee address not verified" }, employeeUpdated: { label: "{{employeeName}} updated successfully" } }, c = "Preparing payroll...", m = "This may take a minute or two. You can navigate away while this happens.", g = {
|
|
2
2
|
pageTitle: e,
|
|
3
3
|
description: a,
|
|
4
4
|
breadcrumbLabel: o,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const l = "All payrolls have been processed", a = "Upcoming payroll", o = "Payrolls", e = "Run Payroll", t = "Review and submit", s = "Skip payroll", r = "Payroll actions", y = { title: "Skip payroll for {{payPeriod}}?", body: "Before skipping this payroll, check your state's pay frequency laws. If you don't pay the team on time, it could lead to penalties or fines.", confirmCta: "Yes, skip payroll", cancelCta: "No, go back" }, n = "Payroll skipped",
|
|
1
|
+
const l = "All payrolls have been processed", a = "Upcoming payroll", o = "Payrolls", e = "Run Payroll", t = "Review and submit", s = "Skip payroll", r = "Payroll actions", y = { title: "Skip payroll for {{payPeriod}}?", body: "Before skipping this payroll, check your state's pay frequency laws. If you don't pay the team on time, it could lead to penalties or fines.", confirmCta: "Yes, skip payroll", cancelCta: "No, go back" }, n = "Payroll skipped", p = { External: "External", "Off-Cycle": "Off-Cycle", Regular: "Regular" }, i = ["Pay period", "Type", "Pay date", "Run by", "Status"], c = {
|
|
2
2
|
emptyState: l,
|
|
3
3
|
title: a,
|
|
4
4
|
payrollsListLabel: o,
|
|
@@ -8,8 +8,8 @@ const l = "All payrolls have been processed", a = "Upcoming payroll", o = "Payro
|
|
|
8
8
|
payrollMenuLabel: r,
|
|
9
9
|
skipPayrollDialog: y,
|
|
10
10
|
skipSuccessAlert: n,
|
|
11
|
-
type:
|
|
12
|
-
tableHeaders:
|
|
11
|
+
type: p,
|
|
12
|
+
tableHeaders: i
|
|
13
13
|
};
|
|
14
14
|
export {
|
|
15
15
|
c as default,
|
|
@@ -21,8 +21,8 @@ export {
|
|
|
21
21
|
y as skipPayrollDialog,
|
|
22
22
|
n as skipSuccessAlert,
|
|
23
23
|
t as submitPayrollCta,
|
|
24
|
-
|
|
24
|
+
i as tableHeaders,
|
|
25
25
|
a as title,
|
|
26
|
-
|
|
26
|
+
p as type
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=Payroll.PayrollList.json.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "Payroll summary", s = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "Submit", i = "Edit
|
|
1
|
+
const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "Payroll summary", s = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "Submit", i = "Edit", r = "Cancel payroll", y = "Cancel {{startDate}} - {{endDate}} payroll?", c = "Cancel this payroll now and run it again later. Any information entered will not be saved.", p = "Run this payroll by {{deadline}} to ensure your employees are paid on time.", d = " Yes, cancel payroll", m = "No, go back", u = "View payroll receipt", b = "Download paystub pdf", h = "Submitting payroll...", T = "This may take a minute or two. You can navigate away while this happens.", D = { payrollNotCalculated: "Payroll is not calculated", directDepositDeadline: "To pay your employees with direct deposit on {{payDate}}, you'll need to run payroll by {{time}} on {{date}}", paystubPdfError: "There was an issue generating the paystub PDF. Please try again later.", checkPaymentWarning_one: "You noted {{count}} employee who should be paid by check.", checkPaymentWarning_other: "You noted {{count}} employees who should be paid by check.", checkPaymentWarningDescription: "Employees with this payment method will need their checks delivered to them.", payrollProcessedTitle: "Payroll submitted", payrollProcessedMessage: "{{amount}} will be debited on {{date}}. Make sure you have these funds available.", payrollProcessingFailedTitle: "There was an error submitting payroll", payrollProcessingFailedCtaLabel: "Recalculate payroll", wireDetailsSubmittedTitle: "Wire details submitted", wireDetailsSubmittedMessage: "Once we receive the funds from your bank we'll pay your team on {{checkDate}}" }, f = "Payroll Summary", w = "Payroll summary (Wire funds)", g = "Payroll summary (4-day direct deposit)", P = "Payroll summary table", k = { label: "Payroll details", companyPaysTab: "Company pays", companyPaysTable: "Company pays by employee", hoursWorkedTab: "Hours worked", hoursWorkedTable: "Hours worked by employee", employeeTakeHomeTab: "Employee take home", employeeTakeHomeTable: "Employee take home by employee", taxesTab: "Taxed and debited", taxesTable: "Taxes breakdown", debitedTable: "Debited totals by company" }, x = { totalPayroll: "Total payroll", debitAmount: "Debit amount", wireAmount: "Wire amount", wireTransferDeadline: "Wire transfer deadline", employees: "Employees", grossPay: "Gross Pay", reimbursements: "Reimbursements", debitAccount: "Debit account", debitDate: "Debit date", employeePayDate: "Employee pay date", companyTaxes: "Company taxes", companyBenefits: "Company benefits", companyPays: "Company pays", compensationType: "Compensation type", regular: "Regular", overtime: "Overtime (1.5x)", doubleOT: "Overtime (2x)", timeOff: "Paid time off", totalHours: "Total hours", paymentType: "Payment type", employeeTaxes: "Employee taxes", employeeBenefits: "Employee benefits", payment: "Payment", deductions: "Deductions", taxDescription: "Tax description", byYourEmployees: "By your employees", byYourCompany: "By your company", debitedByGusto: "Debited by Gusto", taxesTotal: "Total", paystub: "Paystub", footerTotalsLabel: "Totals", footerTotalsDescription: "All employees in this payroll" }, C = "Totals", v = "Direct deposits", S = "Reimbursements", E = "Garnishments", L = "Taxes (Employees and Employers)", W = { exempt: "Salaried / Exempt", nonexempt: "Hourly / Nonexempt" }, _ = { genericBlockerTitle: "Submission blocked", genericBlockerMessage: "This payroll cannot be submitted. Please contact support for assistance.", fastAchOptions: { description: "Payroll can still be funded by selecting one of the options below. The selected funding method will only be used for this cycle and will not apply to future payroll.", fundingOptionsLabel: "Funding options", wireLabel: "Wire funds", wireFastestBadge: "Fastest", wireDescription: "Pay your employees on time by sending a wire transfer. We'll provide instructions on the next step.", directDepositLabel: "Switch to 4-day direct deposit", directDepositDescription: "Delay your employees pay date by four days and process using regular debits.", employeePayDate: "Employee pay date: {{date}}" }, fast_ach_threshold_exceeded: { title: "Submission failed: You have exceeded the limit at which you can process 2-day payroll." }, needs_earned_access_for_fast_ach: { title: "Submission failed: You have not yet earned access to faster payroll." } }, B = {
|
|
2
2
|
breadcrumbLabel: e,
|
|
3
3
|
backCta: a,
|
|
4
4
|
exitFlowCta: t,
|
|
@@ -9,58 +9,62 @@ const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "
|
|
|
9
9
|
editCta: i,
|
|
10
10
|
cancelCta: r,
|
|
11
11
|
cancelDialogTitle: y,
|
|
12
|
-
cancelDialogDescription:
|
|
13
|
-
cancelDialogDescriptionDeadline:
|
|
12
|
+
cancelDialogDescription: c,
|
|
13
|
+
cancelDialogDescriptionDeadline: p,
|
|
14
14
|
confirmCancelCta: d,
|
|
15
15
|
declineCancelCta: m,
|
|
16
|
-
payrollReceiptCta:
|
|
17
|
-
downloadPaystubLabel:
|
|
16
|
+
payrollReceiptCta: u,
|
|
17
|
+
downloadPaystubLabel: b,
|
|
18
18
|
loadingTitle: h,
|
|
19
19
|
loadingDescription: T,
|
|
20
|
-
alerts:
|
|
21
|
-
payrollSummaryTitle:
|
|
20
|
+
alerts: D,
|
|
21
|
+
payrollSummaryTitle: f,
|
|
22
|
+
payrollSummaryTitleWire: w,
|
|
23
|
+
payrollSummaryTitleFourDay: g,
|
|
22
24
|
payrollSummaryLabel: P,
|
|
23
|
-
dataViews:
|
|
24
|
-
tableHeaders:
|
|
25
|
-
totalsLabel:
|
|
26
|
-
directDepositLabel:
|
|
27
|
-
reimbursementLabel:
|
|
28
|
-
garnishmentsLabel:
|
|
29
|
-
taxesLabel:
|
|
30
|
-
compensationTypeLabels:
|
|
31
|
-
submissionBlockers:
|
|
25
|
+
dataViews: k,
|
|
26
|
+
tableHeaders: x,
|
|
27
|
+
totalsLabel: C,
|
|
28
|
+
directDepositLabel: v,
|
|
29
|
+
reimbursementLabel: S,
|
|
30
|
+
garnishmentsLabel: E,
|
|
31
|
+
taxesLabel: L,
|
|
32
|
+
compensationTypeLabels: W,
|
|
33
|
+
submissionBlockers: _
|
|
32
34
|
};
|
|
33
35
|
export {
|
|
34
|
-
|
|
36
|
+
D as alerts,
|
|
35
37
|
a as backCta,
|
|
36
38
|
e as breadcrumbLabel,
|
|
37
39
|
r as cancelCta,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
+
c as cancelDialogDescription,
|
|
41
|
+
p as cancelDialogDescriptionDeadline,
|
|
40
42
|
y as cancelDialogTitle,
|
|
41
|
-
|
|
43
|
+
W as compensationTypeLabels,
|
|
42
44
|
d as confirmCancelCta,
|
|
43
|
-
|
|
45
|
+
k as dataViews,
|
|
44
46
|
m as declineCancelCta,
|
|
45
47
|
B as default,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
+
v as directDepositLabel,
|
|
49
|
+
b as downloadPaystubLabel,
|
|
48
50
|
i as editCta,
|
|
49
51
|
t as exitFlowCta,
|
|
50
|
-
|
|
52
|
+
E as garnishmentsLabel,
|
|
51
53
|
T as loadingDescription,
|
|
52
54
|
h as loadingTitle,
|
|
53
55
|
o as overviewTitle,
|
|
54
56
|
s as pageSubtitle,
|
|
55
|
-
|
|
57
|
+
u as payrollReceiptCta,
|
|
56
58
|
P as payrollSummaryLabel,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
59
|
+
f as payrollSummaryTitle,
|
|
60
|
+
g as payrollSummaryTitleFourDay,
|
|
61
|
+
w as payrollSummaryTitleWire,
|
|
62
|
+
S as reimbursementLabel,
|
|
63
|
+
_ as submissionBlockers,
|
|
60
64
|
n as submitCta,
|
|
61
65
|
l as summaryTitle,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
66
|
+
x as tableHeaders,
|
|
67
|
+
L as taxesLabel,
|
|
68
|
+
C as totalsLabel
|
|
65
69
|
};
|
|
66
70
|
//# sourceMappingURL=Payroll.PayrollOverview.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payroll.PayrollOverview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Payroll.PayrollOverview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -104,6 +104,16 @@ export declare const contractorEvents: {
|
|
|
104
104
|
readonly CONTRACTOR_INVITE_CONTRACTOR: "contractor/invite/selfOnboarding";
|
|
105
105
|
readonly CONTRACTOR_ONBOARDING_CONTINUE: "contractor/onboarding/continue";
|
|
106
106
|
};
|
|
107
|
+
export declare const contractorPaymentEvents: {
|
|
108
|
+
readonly CONTRACTOR_PAYMENT_CREATE: "contractor/payments/create";
|
|
109
|
+
readonly CONTRACTOR_PAYMENT_EDIT: "contractor/payments/edit";
|
|
110
|
+
readonly CONTRACTOR_PAYMENT_UPDATE: "contractor/payments/update";
|
|
111
|
+
readonly CONTRACTOR_PAYMENT_PREVIEW: "contractor/payments/preview";
|
|
112
|
+
readonly CONTRACTOR_PAYMENT_BACK_TO_EDIT: "contractor/payments/backToEdit";
|
|
113
|
+
readonly CONTRACTOR_PAYMENT_CREATED: "contractor/payments/created";
|
|
114
|
+
readonly CONTRACTOR_PAYMENT_SUBMIT: "contractor/payments/submit";
|
|
115
|
+
readonly CONTRACTOR_PAYMENT_VIEW: "contractor/payments/view";
|
|
116
|
+
};
|
|
107
117
|
export declare const payScheduleEvents: {
|
|
108
118
|
readonly PAY_SCHEDULE_CREATE: "paySchedule/create";
|
|
109
119
|
readonly PAY_SCHEDULE_CREATED: "paySchedule/created";
|
|
@@ -146,6 +156,14 @@ export declare const payrollWireEvents: {
|
|
|
146
156
|
readonly PAYROLL_WIRE_FORM_CANCEL: "payroll/wire/form/cancel";
|
|
147
157
|
};
|
|
148
158
|
export declare const componentEvents: {
|
|
159
|
+
readonly CONTRACTOR_PAYMENT_CREATE: "contractor/payments/create";
|
|
160
|
+
readonly CONTRACTOR_PAYMENT_EDIT: "contractor/payments/edit";
|
|
161
|
+
readonly CONTRACTOR_PAYMENT_UPDATE: "contractor/payments/update";
|
|
162
|
+
readonly CONTRACTOR_PAYMENT_PREVIEW: "contractor/payments/preview";
|
|
163
|
+
readonly CONTRACTOR_PAYMENT_BACK_TO_EDIT: "contractor/payments/backToEdit";
|
|
164
|
+
readonly CONTRACTOR_PAYMENT_CREATED: "contractor/payments/created";
|
|
165
|
+
readonly CONTRACTOR_PAYMENT_SUBMIT: "contractor/payments/submit";
|
|
166
|
+
readonly CONTRACTOR_PAYMENT_VIEW: "contractor/payments/view";
|
|
149
167
|
readonly PAYROLL_WIRE_START_TRANSFER: "payroll/wire/startTransfer";
|
|
150
168
|
readonly PAYROLL_WIRE_INSTRUCTIONS_DONE: "payroll/wire/instructions/done";
|
|
151
169
|
readonly PAYROLL_WIRE_INSTRUCTIONS_CANCEL: "payroll/wire/instructions/cancel";
|