@gusto/embedded-react-sdk 0.22.0 → 0.23.0-rc.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 +31 -0
- package/dist/assets/icons/eye.svg.js +10 -0
- package/dist/assets/icons/eye.svg.js.map +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/SignatureForm/SignatureForm.js +12 -11
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +2 -2
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +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/ProgressBar/ProgressBar.js +4 -4
- package/dist/components/Common/UI/Tabs/Tabs.module.scss.js +5 -5
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +12 -12
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -5
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +6 -5
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -3
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +6 -5
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +2 -2
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +2 -2
- package/dist/components/Company/FederalTaxes/Form.js +4 -3
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +9 -8
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +7 -6
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +2 -2
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -3
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +2 -2
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -3
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +3 -2
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +3 -2
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +2 -2
- package/dist/components/Company/OnboardingOverview/context.js +4 -3
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +2 -2
- package/dist/components/Company/PaySchedule/_parts/Edit.js +15 -15
- package/dist/components/Company/PaySchedule/_parts/Head.js +9 -8
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +12 -11
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.js +6 -5
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -3
- 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/Address.js +2 -2
- package/dist/components/Contractor/Address/Form.js +1 -1
- package/dist/components/Contractor/Address/useAddress.js +6 -5
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +17 -17
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +2 -2
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +198 -42
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +15 -8
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +94 -63
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.d.ts +39 -0
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +132 -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/PaymentFlowComponents.d.ts +3 -2
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js +21 -20
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.d.ts +1 -2
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +48 -84
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
- 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/{Detail/DetailPresentation.d.ts → PaymentHistory/PaymentHistoryPresentation.d.ts} +5 -4
- 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 +3 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +43 -23
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +8 -14
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +73 -65
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/types.d.ts +8 -0
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
- package/dist/components/Contractor/Profile/useContractorProfile.js +3 -2
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +1 -1
- package/dist/components/Employee/Compensation/Edit.js +14 -14
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +11 -10
- 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 +63 -76
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +12 -11
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +3 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js +3 -2
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +4 -3
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +7 -7
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -3
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +8 -8
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +2 -2
- 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/PaymentTypeForm.js +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +8 -8
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +2 -2
- package/dist/components/Employee/Profile/useProfile.js +4 -3
- package/dist/components/Employee/Profile/useProfile.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -3
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +7 -7
- package/dist/components/Employee/Taxes/useTaxes.js +4 -3
- 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 +32 -27
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +9 -9
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +7 -6
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- 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/PayrollEditEmployee/PayrollEditEmployeePresentation.js +27 -27
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +9 -8
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +87 -72
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +18 -17
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +17 -16
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +35 -35
- 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.js +3 -2
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +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 -5
- 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 -10
- 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/i18n/I18n.js +3 -3
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js +27 -21
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js.map +1 -1
- 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 +30 -28
- package/dist/i18n/en/Contractor.Payments.PaymentsList.json.js.map +1 -1
- 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 +14 -14
- package/dist/shared/constants.d.ts +8 -2
- package/dist/shared/constants.js +18 -12
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +57 -46
- package/package.json +11 -11
- package/dist/components/Contractor/Payments/EditPayment/EditPayment.d.ts +0 -7
- package/dist/components/Contractor/Payments/EditPayment/EditPayment.js +0 -34
- package/dist/components/Contractor/Payments/EditPayment/EditPayment.js.map +0 -1
- package/dist/components/Contractor/Payments/EditPayment/EditPaymentPresentation.d.ts +0 -6
- package/dist/components/Contractor/Payments/EditPayment/EditPaymentPresentation.js +0 -84
- package/dist/components/Contractor/Payments/EditPayment/EditPaymentPresentation.js.map +0 -1
- package/dist/components/Contractor/Payments/Overview/Overview.d.ts +0 -7
- package/dist/components/Contractor/Payments/Overview/Overview.js +0 -72
- package/dist/components/Contractor/Payments/Overview/Overview.js.map +0 -1
- package/dist/components/Contractor/Payments/Overview/OverviewPresentation.d.ts +0 -18
- package/dist/components/Contractor/Payments/Overview/OverviewPresentation.js +0 -131
- package/dist/components/Contractor/Payments/Overview/OverviewPresentation.js.map +0 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js +0 -51
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js.map +0 -1
- package/dist/i18n/en/Contractor.Payments.EditPayment.json.js +0 -36
- package/dist/i18n/en/Contractor.Payments.EditPayment.json.js.map +0 -1
- package/dist/i18n/en/Contractor.Payments.Overview.json.js +0 -34
- package/dist/i18n/en/Contractor.Payments.Overview.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/types/i18next.d.ts
CHANGED
|
@@ -416,10 +416,9 @@ export interface ContractorPaymentMethod{
|
|
|
416
416
|
export interface ContractorPaymentsCreatePayment{
|
|
417
417
|
"title":string;
|
|
418
418
|
"breadcrumbLabel":string;
|
|
419
|
-
"subtitle":string;
|
|
420
419
|
"paymentSpeedNotice":string;
|
|
421
420
|
"dateLabel":string;
|
|
422
|
-
"
|
|
421
|
+
"hoursAndPaymentsLabel":string;
|
|
423
422
|
"contractorTableHeaders":{
|
|
424
423
|
"contractor":string;
|
|
425
424
|
"wageType":string;
|
|
@@ -430,9 +429,10 @@ export interface ContractorPaymentsCreatePayment{
|
|
|
430
429
|
"reimbursement":string;
|
|
431
430
|
"total":string;
|
|
432
431
|
};
|
|
432
|
+
"na":string;
|
|
433
433
|
"totalsLabel":string;
|
|
434
434
|
"backButton":string;
|
|
435
|
-
"
|
|
435
|
+
"continueCta":string;
|
|
436
436
|
"editContractor":string;
|
|
437
437
|
"perHour":string;
|
|
438
438
|
"wageTypes":{
|
|
@@ -444,8 +444,11 @@ export interface ContractorPaymentsCreatePayment{
|
|
|
444
444
|
"check":string;
|
|
445
445
|
"historicalPayment":string;
|
|
446
446
|
};
|
|
447
|
+
"alerts":{
|
|
448
|
+
"contractorPaymentUpdated":string;
|
|
449
|
+
"noContractorPayments":string;
|
|
447
450
|
};
|
|
448
|
-
|
|
451
|
+
"editContractorPayment":{
|
|
449
452
|
"title":string;
|
|
450
453
|
"subtitle":string;
|
|
451
454
|
"hoursSection":string;
|
|
@@ -458,16 +461,15 @@ export interface ContractorPaymentsEditPayment{
|
|
|
458
461
|
"reimbursementLabel":string;
|
|
459
462
|
"paymentMethodLabel":string;
|
|
460
463
|
"totalPay":string;
|
|
461
|
-
"
|
|
462
|
-
"
|
|
464
|
+
"cancelCta":string;
|
|
465
|
+
"saveCta":string;
|
|
463
466
|
"paymentMethods":{
|
|
464
467
|
"check":string;
|
|
465
468
|
"directDeposit":string;
|
|
466
469
|
"historicalPayment":string;
|
|
467
470
|
};
|
|
468
471
|
};
|
|
469
|
-
|
|
470
|
-
"title":string;
|
|
472
|
+
"previewPresentation":{
|
|
471
473
|
"breadcrumbLabel":string;
|
|
472
474
|
"reviewAndSubmitTitle":string;
|
|
473
475
|
"reviewSubtitle":string;
|
|
@@ -478,7 +480,7 @@ export interface ContractorPaymentsOverview{
|
|
|
478
480
|
"debitDate":string;
|
|
479
481
|
"contractorPayDate":string;
|
|
480
482
|
};
|
|
481
|
-
"
|
|
483
|
+
"paymentSummaryTitle":string;
|
|
482
484
|
"whatYourCompanyPays":string;
|
|
483
485
|
"contractorTableHeaders":{
|
|
484
486
|
"contractor":string;
|
|
@@ -503,21 +505,53 @@ export interface ContractorPaymentsOverview{
|
|
|
503
505
|
"check":string;
|
|
504
506
|
"historicalPayment":string;
|
|
505
507
|
};
|
|
508
|
+
"alerts":{
|
|
509
|
+
"submitPaymentsDeadline":string;
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
};
|
|
513
|
+
export interface ContractorPaymentsPaymentHistory{
|
|
514
|
+
"title":string;
|
|
515
|
+
"subtitle":string;
|
|
516
|
+
"paymentsSection":string;
|
|
517
|
+
"breadcrumbLabel":string;
|
|
518
|
+
"noPaymentsFound":string;
|
|
519
|
+
"noPaymentsDescription":string;
|
|
520
|
+
"backButton":string;
|
|
521
|
+
"tableHeaders":{
|
|
522
|
+
"contractor":string;
|
|
523
|
+
"wageType":string;
|
|
524
|
+
"paymentMethod":string;
|
|
525
|
+
"hours":string;
|
|
526
|
+
"wage":string;
|
|
527
|
+
"bonus":string;
|
|
528
|
+
"reimbursements":string;
|
|
529
|
+
"total":string;
|
|
530
|
+
"action":string;
|
|
531
|
+
};
|
|
532
|
+
"actions":{
|
|
533
|
+
"view":string;
|
|
534
|
+
"cancel":string;
|
|
535
|
+
};
|
|
506
536
|
};
|
|
507
537
|
export interface ContractorPaymentsPaymentsList{
|
|
508
538
|
"title":string;
|
|
509
539
|
"subtitle":string;
|
|
510
540
|
"breadcrumbLabel":string;
|
|
511
|
-
"
|
|
541
|
+
"createPaymentCta":string;
|
|
512
542
|
"startDate":string;
|
|
513
543
|
"applyDate":string;
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"
|
|
544
|
+
"paymentDateColumnLabel":string;
|
|
545
|
+
"reimbursementTotalColumnLabel":string;
|
|
546
|
+
"wageTotalColumnLabel":string;
|
|
547
|
+
"actionColumnLabel":string;
|
|
548
|
+
"viewPaymentCta":string;
|
|
518
549
|
"noPaymentsFound":string;
|
|
519
550
|
"noPaymentsDescription":string;
|
|
520
|
-
"
|
|
551
|
+
"alerts":{
|
|
552
|
+
"paymentCreatedSuccessfully_one":string;
|
|
553
|
+
"paymentCreatedSuccessfully_other":string;
|
|
554
|
+
};
|
|
521
555
|
"dateRanges":{
|
|
522
556
|
"last3Months":string;
|
|
523
557
|
"last6Months":string;
|
|
@@ -608,33 +642,6 @@ export interface ContractorSubmit{
|
|
|
608
642
|
"successMessage":string;
|
|
609
643
|
};
|
|
610
644
|
};
|
|
611
|
-
export interface ContractorPaymentContractorPaymentDetail{
|
|
612
|
-
"title":string;
|
|
613
|
-
"paymentsOnDateTitle":string;
|
|
614
|
-
"noPaymentsFound":string;
|
|
615
|
-
"noPaymentsDescription":string;
|
|
616
|
-
"tableHeaders":{
|
|
617
|
-
"contractor":string;
|
|
618
|
-
"hours":string;
|
|
619
|
-
"wage":string;
|
|
620
|
-
"bonus":string;
|
|
621
|
-
"reimbursement":string;
|
|
622
|
-
"paymentMethod":string;
|
|
623
|
-
"total":string;
|
|
624
|
-
"action":string;
|
|
625
|
-
};
|
|
626
|
-
"actions":{
|
|
627
|
-
"view":string;
|
|
628
|
-
"cancel":string;
|
|
629
|
-
};
|
|
630
|
-
"cancelConfirmation":string;
|
|
631
|
-
"backButton":string;
|
|
632
|
-
"paymentMethods":{
|
|
633
|
-
"directDeposit":string;
|
|
634
|
-
"check":string;
|
|
635
|
-
"historicalPayment":string;
|
|
636
|
-
};
|
|
637
|
-
};
|
|
638
645
|
export interface EmployeeBankAccount{
|
|
639
646
|
"accountNumberLabel":string;
|
|
640
647
|
"accountTypeChecking":string;
|
|
@@ -1534,7 +1541,6 @@ export interface PayrollPayrollOverview{
|
|
|
1534
1541
|
"reimbursements":string;
|
|
1535
1542
|
"debitAccount":string;
|
|
1536
1543
|
"debitDate":string;
|
|
1537
|
-
"employeesPayDate":string;
|
|
1538
1544
|
"employeePayDate":string;
|
|
1539
1545
|
"companyTaxes":string;
|
|
1540
1546
|
"companyBenefits":string;
|
|
@@ -1571,8 +1577,7 @@ export interface PayrollPayrollOverview{
|
|
|
1571
1577
|
"submissionBlockers":{
|
|
1572
1578
|
"genericBlockerTitle":string;
|
|
1573
1579
|
"genericBlockerMessage":string;
|
|
1574
|
-
"
|
|
1575
|
-
"title":string;
|
|
1580
|
+
"fastAchOptions":{
|
|
1576
1581
|
"description":string;
|
|
1577
1582
|
"fundingOptionsLabel":string;
|
|
1578
1583
|
"wireLabel":string;
|
|
@@ -1582,6 +1587,12 @@ export interface PayrollPayrollOverview{
|
|
|
1582
1587
|
"directDepositDescription":string;
|
|
1583
1588
|
"employeePayDate":string;
|
|
1584
1589
|
};
|
|
1590
|
+
"fast_ach_threshold_exceeded":{
|
|
1591
|
+
"title":string;
|
|
1592
|
+
};
|
|
1593
|
+
"needs_earned_access_for_fast_ach":{
|
|
1594
|
+
"title":string;
|
|
1595
|
+
};
|
|
1585
1596
|
};
|
|
1586
1597
|
};
|
|
1587
1598
|
export interface PayrollPayrollReceipts{
|
|
@@ -1841,6 +1852,6 @@ export interface common{
|
|
|
1841
1852
|
|
|
1842
1853
|
interface CustomTypeOptions {
|
|
1843
1854
|
defaultNS: 'common';
|
|
1844
|
-
resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.
|
|
1855
|
+
resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.PaymentHistory': ContractorPaymentsPaymentHistory, 'Contractor.Payments.PaymentsList': ContractorPaymentsPaymentsList, 'Contractor.Profile': ContractorProfile, 'Contractor.Submit': ContractorSubmit, 'Employee.BankAccount': EmployeeBankAccount, 'Employee.Compensation': EmployeeCompensation, 'Employee.Deductions': EmployeeDeductions, 'Employee.DocumentSigner': EmployeeDocumentSigner, 'Employee.EmployeeList': EmployeeEmployeeList, 'Employee.FederalTaxes': EmployeeFederalTaxes, 'Employee.HomeAddress': EmployeeHomeAddress, 'Employee.Landing': EmployeeLanding, 'Employee.OnboardingSummary': EmployeeOnboardingSummary, 'Employee.PaySchedules': EmployeePaySchedules, 'Employee.PaymentMethod': EmployeePaymentMethod, 'Employee.Profile': EmployeeProfile, 'Employee.SplitPaycheck': EmployeeSplitPaycheck, 'Employee.StateTaxes': EmployeeStateTaxes, 'Employee.Taxes': EmployeeTaxes, 'Payroll.Common': PayrollCommon, 'Payroll.ConfirmWireDetailsBanner': PayrollConfirmWireDetailsBanner, 'Payroll.ConfirmWireDetailsForm': PayrollConfirmWireDetailsForm, 'Payroll.PayrollBlocker': PayrollPayrollBlocker, 'Payroll.PayrollConfiguration': PayrollPayrollConfiguration, 'Payroll.PayrollEditEmployee': PayrollPayrollEditEmployee, 'Payroll.PayrollFlow': PayrollPayrollFlow, 'Payroll.PayrollHistory': PayrollPayrollHistory, 'Payroll.PayrollLanding': PayrollPayrollLanding, 'Payroll.PayrollList': PayrollPayrollList, 'Payroll.PayrollOverview': PayrollPayrollOverview, 'Payroll.PayrollReceipts': PayrollPayrollReceipts, 'Payroll.WireInstructions': PayrollWireInstructions, 'common': common, }
|
|
1845
1856
|
};
|
|
1846
1857
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gusto/embedded-react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0-rc.2",
|
|
4
4
|
"homepage": "https://github.com/Gusto/embedded-react-sdk",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/Gusto/embedded-react-sdk/issues"
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"docs": "npx tsx .docs/src/preview/previewGenerator.ts",
|
|
49
49
|
"docs:watch": "npx tsx .docs/src/preview/previewGenerator.ts --watch",
|
|
50
50
|
"docs:publish": "npx tsx .docs/src/publish/readmePublisher.ts",
|
|
51
|
-
"format": "prettier . --write --log-level
|
|
52
|
-
"format:check": "prettier . --check --log-level
|
|
51
|
+
"format": "prettier . --write --log-level warn",
|
|
52
|
+
"format:check": "prettier . --check --log-level warn",
|
|
53
53
|
"ladle": "ladle serve",
|
|
54
54
|
"i18n:generate": "node ./build/interface.js",
|
|
55
55
|
"lint": "npm run lint:check -- --fix",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@commitlint/cli": "^20.2.0",
|
|
68
68
|
"@commitlint/config-conventional": "^20.2.0",
|
|
69
|
-
"@eslint/js": "^9.39.
|
|
69
|
+
"@eslint/js": "^9.39.2",
|
|
70
70
|
"@ladle/react": "^5.1.1",
|
|
71
71
|
"@testing-library/jest-dom": "^6.9.1",
|
|
72
72
|
"@testing-library/react": "^16.3.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@vitest/coverage-v8": "^3.2.4",
|
|
80
80
|
"axe-core": "^4.11.0",
|
|
81
81
|
"dotenv": "^17.2.3",
|
|
82
|
-
"eslint": "^9.39.
|
|
82
|
+
"eslint": "^9.39.2",
|
|
83
83
|
"eslint-plugin-import": "^2.31.0",
|
|
84
84
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
85
85
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"prettier": "^3.7.4",
|
|
98
98
|
"react-dnd": "^16.0.1",
|
|
99
99
|
"react-dnd-html5-backend": "^16.0.1",
|
|
100
|
-
"sass-embedded": "^1.
|
|
100
|
+
"sass-embedded": "^1.96.0",
|
|
101
101
|
"ts-morph": "^27.0.2",
|
|
102
102
|
"tsx": "^4.21.0",
|
|
103
|
-
"typescript-eslint": "^8.
|
|
103
|
+
"typescript-eslint": "^8.50.0",
|
|
104
104
|
"vite": "^6.4.1",
|
|
105
105
|
"vite-plugin-checker": "^0.12.0",
|
|
106
106
|
"vite-plugin-circular-dependency": "^0.5.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"typescript": "^5.8.3"
|
|
118
118
|
},
|
|
119
119
|
"dependencies": {
|
|
120
|
-
"@gusto/embedded-api": "^0.11.
|
|
120
|
+
"@gusto/embedded-api": "^0.11.4",
|
|
121
121
|
"@hookform/error-message": "^2.0.1",
|
|
122
122
|
"@hookform/resolvers": "^5.2.2",
|
|
123
123
|
"@internationalized/date": "^3.10.0",
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
"classnames": "^2.5.1",
|
|
126
126
|
"deepmerge": "^4.3.1",
|
|
127
127
|
"dompurify": "^3.3.1",
|
|
128
|
-
"i18next": "^25.7.
|
|
128
|
+
"i18next": "^25.7.3",
|
|
129
129
|
"react-aria": "^3.44.0",
|
|
130
|
-
"react-aria-components": "1.
|
|
130
|
+
"react-aria-components": "^1.14.0",
|
|
131
131
|
"react-error-boundary": "^6.0.0",
|
|
132
132
|
"react-hook-form": "^7.68.0",
|
|
133
|
-
"react-i18next": "^16.
|
|
133
|
+
"react-i18next": "^16.5.0",
|
|
134
134
|
"react-robot": "^1.2.0",
|
|
135
135
|
"robot3": "^1.2.0",
|
|
136
136
|
"zod": "^3.25.17"
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseComponentInterface } from '../../../Base';
|
|
2
|
-
interface EditPaymentProps extends BaseComponentInterface<'Contractor.Payments.EditPayment'> {
|
|
3
|
-
companyId: string;
|
|
4
|
-
}
|
|
5
|
-
export declare function EditPayment(props: EditPaymentProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export declare const Root: ({ companyId, dictionary, onEvent, children }: EditPaymentProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { useForm as i, FormProvider as a } from "react-hook-form";
|
|
3
|
-
import { EditPaymentPresentation as c } from "./EditPaymentPresentation.js";
|
|
4
|
-
import { useComponentDictionary as s } from "../../../../i18n/I18n.js";
|
|
5
|
-
import { BaseComponent as d } from "../../../Base/Base.js";
|
|
6
|
-
import "../../../Base/useBase.js";
|
|
7
|
-
import { componentEvents as n } from "../../../../shared/constants.js";
|
|
8
|
-
function g(o) {
|
|
9
|
-
return /* @__PURE__ */ e(d, { ...o, children: /* @__PURE__ */ e(l, { ...o, children: o.children }) });
|
|
10
|
-
}
|
|
11
|
-
const l = ({ companyId: o, dictionary: r, onEvent: t, children: u }) => {
|
|
12
|
-
s("Contractor.Payments.EditPayment", r);
|
|
13
|
-
const m = i({
|
|
14
|
-
defaultValues: {
|
|
15
|
-
wageType: "Hourly",
|
|
16
|
-
hours: "",
|
|
17
|
-
wage: "",
|
|
18
|
-
bonus: "",
|
|
19
|
-
reimbursement: "",
|
|
20
|
-
wageTotal: "0",
|
|
21
|
-
paymentMethod: "Check"
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
return /* @__PURE__ */ e(a, { ...m, children: /* @__PURE__ */ e(c, { onSave: () => {
|
|
25
|
-
t(n.CONTRACTOR_PAYMENT_UPDATE);
|
|
26
|
-
}, onCancel: () => {
|
|
27
|
-
t(n.CANCEL);
|
|
28
|
-
} }) });
|
|
29
|
-
};
|
|
30
|
-
export {
|
|
31
|
-
g as EditPayment,
|
|
32
|
-
l as Root
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=EditPayment.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EditPayment.js","sources":["../../../../../src/components/Contractor/Payments/EditPayment/EditPayment.tsx"],"sourcesContent":["import { FormProvider, useForm } from 'react-hook-form'\nimport { EditPaymentPresentation } from './EditPaymentPresentation'\nimport { useComponentDictionary } from '@/i18n'\nimport { BaseComponent, type BaseComponentInterface } from '@/components/Base'\nimport { componentEvents } from '@/shared/constants'\n\ninterface EditPaymentProps extends BaseComponentInterface<'Contractor.Payments.EditPayment'> {\n companyId: string\n}\n\ninterface EditPaymentFormData {\n wageType: 'Hourly' | 'Fixed'\n hours?: string\n wage?: string\n bonus?: string\n reimbursement?: string\n wageTotal?: string\n paymentMethod: string\n}\n\nexport function EditPayment(props: EditPaymentProps) {\n return (\n <BaseComponent {...props}>\n <Root {...props}>{props.children}</Root>\n </BaseComponent>\n )\n}\n\nexport const Root = ({ companyId, dictionary, onEvent, children }: EditPaymentProps) => {\n useComponentDictionary('Contractor.Payments.EditPayment', dictionary)\n\n const formMethods = useForm<EditPaymentFormData>({\n defaultValues: {\n wageType: 'Hourly',\n hours: '',\n wage: '',\n bonus: '',\n reimbursement: '',\n wageTotal: '0',\n paymentMethod: 'Check',\n },\n })\n\n const onSave = () => {\n onEvent(componentEvents.CONTRACTOR_PAYMENT_UPDATE)\n }\n\n const onCancel = () => {\n onEvent(componentEvents.CANCEL)\n }\n\n return (\n <FormProvider {...formMethods}>\n <EditPaymentPresentation onSave={onSave} onCancel={onCancel} />\n </FormProvider>\n )\n}\n"],"names":["EditPayment","props","jsx","BaseComponent","Root","companyId","dictionary","onEvent","children","useComponentDictionary","formMethods","useForm","FormProvider","EditPaymentPresentation","componentEvents"],"mappings":";;;;;;;AAoBO,SAASA,EAAYC,GAAyB;AACnD,SACE,gBAAAC,EAACC,GAAA,EAAe,GAAGF,GACjB,UAAA,gBAAAC,EAACE,KAAM,GAAGH,GAAQ,UAAAA,EAAM,SAAA,CAAS,EAAA,CACnC;AAEJ;AAEO,MAAMG,IAAO,CAAC,EAAE,WAAAC,GAAW,YAAAC,GAAY,SAAAC,GAAS,UAAAC,QAAiC;AACtF,EAAAC,EAAuB,mCAAmCH,CAAU;AAEpE,QAAMI,IAAcC,EAA6B;AAAA,IAC/C,eAAe;AAAA,MACb,UAAU;AAAA,MACV,OAAO;AAAA,MACP,MAAM;AAAA,MACN,OAAO;AAAA,MACP,eAAe;AAAA,MACf,WAAW;AAAA,MACX,eAAe;AAAA,IAAA;AAAA,EACjB,CACD;AAUD,SACE,gBAAAT,EAACU,KAAc,GAAGF,GAChB,4BAACG,GAAA,EAAwB,QAVd,MAAM;AACnB,IAAAN,EAAQO,EAAgB,yBAAyB;AAAA,EACnD,GAQ6C,UAN5B,MAAM;AACrB,IAAAP,EAAQO,EAAgB,MAAM;AAAA,EAChC,GAIiE,EAAA,CAC/D;AAEJ;"}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
2
|
-
import { useWatch as c } from "react-hook-form";
|
|
3
|
-
import { useTranslation as f } from "react-i18next";
|
|
4
|
-
import { useComponentContext as g } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
|
|
5
|
-
import { Flex as r } from "../../../Common/Flex/Flex.js";
|
|
6
|
-
import { Grid as x } from "../../../Common/Grid/Grid.js";
|
|
7
|
-
import "classnames";
|
|
8
|
-
import { ActionsLayout as C } from "../../../Common/ActionsLayout/ActionsLayout.js";
|
|
9
|
-
import "react";
|
|
10
|
-
import { Form as D } from "../../../Common/Form/Form.js";
|
|
11
|
-
import { formatNumberAsCurrency as P } from "../../../../helpers/formattedStrings.js";
|
|
12
|
-
import { useLocale as w } from "../../../../contexts/LocaleProvider/useLocale.js";
|
|
13
|
-
import { useI18n as L } from "../../../../i18n/I18n.js";
|
|
14
|
-
import { NumberInputField as a } from "../../../Common/Fields/NumberInputField/NumberInputField.js";
|
|
15
|
-
import { RadioGroupField as T } from "../../../Common/Fields/RadioGroupField/RadioGroupField.js";
|
|
16
|
-
const W = ({ onSave: s, onCancel: d }) => {
|
|
17
|
-
L("Contractor.Payments.EditPayment");
|
|
18
|
-
const { t: e } = f("Contractor.Payments.EditPayment"), { Button: i, Text: l, Heading: o, Card: u } = g(), { locale: p } = w(), m = c({ name: "wageType" }), h = c({ name: "wageTotal" }), y = [
|
|
19
|
-
{ value: "Check", label: e("paymentMethods.check") },
|
|
20
|
-
{ value: "Direct Deposit", label: e("paymentMethods.directDeposit") },
|
|
21
|
-
{ value: "Historical Payment", label: e("paymentMethods.historicalPayment") }
|
|
22
|
-
];
|
|
23
|
-
return /* @__PURE__ */ t(u, { children: /* @__PURE__ */ t(D, { onSubmit: (b) => {
|
|
24
|
-
b.preventDefault(), s();
|
|
25
|
-
}, children: /* @__PURE__ */ n(r, { flexDirection: "column", gap: 32, children: [
|
|
26
|
-
/* @__PURE__ */ n(r, { flexDirection: "column", gap: 16, children: [
|
|
27
|
-
/* @__PURE__ */ t(o, { as: "h2", children: e("title") }),
|
|
28
|
-
/* @__PURE__ */ t(l, { children: e("subtitle") })
|
|
29
|
-
] }),
|
|
30
|
-
m === "Hourly" && /* @__PURE__ */ n(r, { flexDirection: "column", gap: 16, children: [
|
|
31
|
-
/* @__PURE__ */ t(o, { as: "h3", children: e("hoursSection") }),
|
|
32
|
-
/* @__PURE__ */ t(
|
|
33
|
-
a,
|
|
34
|
-
{
|
|
35
|
-
name: "hours",
|
|
36
|
-
isRequired: !0,
|
|
37
|
-
label: e("hoursLabel"),
|
|
38
|
-
adornmentEnd: e("hoursAdornment")
|
|
39
|
-
}
|
|
40
|
-
)
|
|
41
|
-
] }),
|
|
42
|
-
m === "Fixed" && /* @__PURE__ */ n(r, { flexDirection: "column", gap: 16, children: [
|
|
43
|
-
/* @__PURE__ */ t(o, { as: "h3", children: e("fixedPaySection") }),
|
|
44
|
-
/* @__PURE__ */ t(a, { name: "wage", isRequired: !0, label: e("wageLabel"), format: "currency" })
|
|
45
|
-
] }),
|
|
46
|
-
/* @__PURE__ */ n(r, { flexDirection: "column", gap: 16, children: [
|
|
47
|
-
/* @__PURE__ */ t(o, { as: "h3", children: e("additionalEarningsSection") }),
|
|
48
|
-
/* @__PURE__ */ n(x, { gridTemplateColumns: { base: "1fr", small: [200, 200] }, gap: 16, children: [
|
|
49
|
-
/* @__PURE__ */ t(a, { name: "bonus", label: e("bonusLabel"), format: "currency" }),
|
|
50
|
-
/* @__PURE__ */ t(
|
|
51
|
-
a,
|
|
52
|
-
{
|
|
53
|
-
name: "reimbursement",
|
|
54
|
-
label: e("reimbursementLabel"),
|
|
55
|
-
format: "currency"
|
|
56
|
-
}
|
|
57
|
-
)
|
|
58
|
-
] })
|
|
59
|
-
] }),
|
|
60
|
-
/* @__PURE__ */ t(r, { flexDirection: "column", gap: 16, children: /* @__PURE__ */ t(
|
|
61
|
-
T,
|
|
62
|
-
{
|
|
63
|
-
name: "paymentMethod",
|
|
64
|
-
options: y,
|
|
65
|
-
label: e("paymentMethodLabel")
|
|
66
|
-
}
|
|
67
|
-
) }),
|
|
68
|
-
/* @__PURE__ */ n(r, { justifyContent: "space-between", alignItems: "center", children: [
|
|
69
|
-
/* @__PURE__ */ t(l, { children: /* @__PURE__ */ n("strong", { children: [
|
|
70
|
-
e("totalPay"),
|
|
71
|
-
": ",
|
|
72
|
-
P(parseFloat(h || "0"), p)
|
|
73
|
-
] }) }),
|
|
74
|
-
/* @__PURE__ */ n(C, { children: [
|
|
75
|
-
/* @__PURE__ */ t(i, { onClick: d, variant: "secondary", type: "button", children: e("cancelButton") }),
|
|
76
|
-
/* @__PURE__ */ t(i, { variant: "primary", type: "submit", children: e("okButton") })
|
|
77
|
-
] })
|
|
78
|
-
] })
|
|
79
|
-
] }) }) });
|
|
80
|
-
};
|
|
81
|
-
export {
|
|
82
|
-
W as EditPaymentPresentation
|
|
83
|
-
};
|
|
84
|
-
//# sourceMappingURL=EditPaymentPresentation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EditPaymentPresentation.js","sources":["../../../../../src/components/Contractor/Payments/EditPayment/EditPaymentPresentation.tsx"],"sourcesContent":["import { useWatch } from 'react-hook-form'\nimport { useTranslation } from 'react-i18next'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\nimport { Flex, Grid, ActionsLayout, NumberInputField, RadioGroupField } from '@/components/Common'\nimport { Form } from '@/components/Common/Form'\nimport { formatNumberAsCurrency } from '@/helpers/formattedStrings'\nimport { useLocale } from '@/contexts/LocaleProvider/useLocale'\nimport { useI18n } from '@/i18n'\n\ninterface EditPaymentProps {\n onSave: () => void\n onCancel: () => void\n}\n\nexport const EditPaymentPresentation = ({ onSave, onCancel }: EditPaymentProps) => {\n useI18n('Contractor.Payments.EditPayment')\n const { t } = useTranslation('Contractor.Payments.EditPayment')\n const { Button, Text, Heading, Card } = useComponentContext()\n const { locale } = useLocale()\n\n const wageType = useWatch({ name: 'wageType' })\n const wageTotal = useWatch({ name: 'wageTotal' })\n\n const paymentMethodOptions = [\n { value: 'Check', label: t('paymentMethods.check') },\n { value: 'Direct Deposit', label: t('paymentMethods.directDeposit') },\n { value: 'Historical Payment', label: t('paymentMethods.historicalPayment') },\n ]\n\n const handleSubmit = (e: React.FormEvent) => {\n e.preventDefault()\n onSave()\n }\n\n return (\n <Card>\n <Form onSubmit={handleSubmit}>\n <Flex flexDirection=\"column\" gap={32}>\n <Flex flexDirection=\"column\" gap={16}>\n <Heading as=\"h2\">{t('title')}</Heading>\n <Text>{t('subtitle')}</Text>\n </Flex>\n\n {wageType === 'Hourly' && (\n <Flex flexDirection=\"column\" gap={16}>\n <Heading as=\"h3\">{t('hoursSection')}</Heading>\n <NumberInputField\n name=\"hours\"\n isRequired\n label={t('hoursLabel')}\n adornmentEnd={t('hoursAdornment')}\n />\n </Flex>\n )}\n\n {wageType === 'Fixed' && (\n <Flex flexDirection=\"column\" gap={16}>\n <Heading as=\"h3\">{t('fixedPaySection')}</Heading>\n <NumberInputField name=\"wage\" isRequired label={t('wageLabel')} format=\"currency\" />\n </Flex>\n )}\n\n <Flex flexDirection=\"column\" gap={16}>\n <Heading as=\"h3\">{t('additionalEarningsSection')}</Heading>\n <Grid gridTemplateColumns={{ base: '1fr', small: [200, 200] }} gap={16}>\n <NumberInputField name=\"bonus\" label={t('bonusLabel')} format=\"currency\" />\n <NumberInputField\n name=\"reimbursement\"\n label={t('reimbursementLabel')}\n format=\"currency\"\n />\n </Grid>\n </Flex>\n\n <Flex flexDirection=\"column\" gap={16}>\n <RadioGroupField\n name=\"paymentMethod\"\n options={paymentMethodOptions}\n label={t('paymentMethodLabel')}\n />\n </Flex>\n\n <Flex justifyContent=\"space-between\" alignItems=\"center\">\n <Text>\n <strong>\n {t('totalPay')}: {formatNumberAsCurrency(parseFloat(wageTotal || '0'), locale)}\n </strong>\n </Text>\n <ActionsLayout>\n <Button onClick={onCancel} variant=\"secondary\" type=\"button\">\n {t('cancelButton')}\n </Button>\n <Button variant=\"primary\" type=\"submit\">\n {t('okButton')}\n </Button>\n </ActionsLayout>\n </Flex>\n </Flex>\n </Form>\n </Card>\n )\n}\n"],"names":["EditPaymentPresentation","onSave","onCancel","useI18n","t","useTranslation","Button","Text","Heading","Card","useComponentContext","locale","useLocale","wageType","useWatch","wageTotal","paymentMethodOptions","jsx","Form","e","jsxs","Flex","NumberInputField","Grid","RadioGroupField","formatNumberAsCurrency","ActionsLayout"],"mappings":"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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BaseComponentInterface } from '../../../Base';
|
|
2
|
-
interface OverviewProps extends BaseComponentInterface<'Contractor.Payments.Overview'> {
|
|
3
|
-
companyId: string;
|
|
4
|
-
}
|
|
5
|
-
export declare function Overview(props: OverviewProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export declare const Root: ({ companyId, dictionary, onEvent, children }: OverviewProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { OverviewPresentation as i } from "./OverviewPresentation.js";
|
|
3
|
-
import { useComponentDictionary as a } from "../../../../i18n/I18n.js";
|
|
4
|
-
import { BaseComponent as m } from "../../../Base/Base.js";
|
|
5
|
-
import "../../../Base/useBase.js";
|
|
6
|
-
import { componentEvents as n } from "../../../../shared/constants.js";
|
|
7
|
-
function A(t) {
|
|
8
|
-
return /* @__PURE__ */ e(m, { ...t, children: /* @__PURE__ */ e(u, { ...t, children: t.children }) });
|
|
9
|
-
}
|
|
10
|
-
const u = ({ companyId: t, dictionary: r, onEvent: o, children: c }) => (a("Contractor.Payments.Overview", r), /* @__PURE__ */ e(
|
|
11
|
-
i,
|
|
12
|
-
{
|
|
13
|
-
contractorPaymentGroup: {
|
|
14
|
-
uuid: "group-1",
|
|
15
|
-
companyUuid: "company-1",
|
|
16
|
-
checkDate: "2025-09-17",
|
|
17
|
-
debitDate: "2025-09-15",
|
|
18
|
-
status: "Unfunded",
|
|
19
|
-
totals: {
|
|
20
|
-
amount: "1180",
|
|
21
|
-
debitAmount: "1180",
|
|
22
|
-
wageAmount: "1000",
|
|
23
|
-
reimbursementAmount: "0"
|
|
24
|
-
},
|
|
25
|
-
contractorPayments: [
|
|
26
|
-
{
|
|
27
|
-
uuid: "1",
|
|
28
|
-
contractorUuid: "armstrong-louis",
|
|
29
|
-
wageType: "Fixed",
|
|
30
|
-
paymentMethod: "Direct Deposit",
|
|
31
|
-
hours: void 0,
|
|
32
|
-
wage: "1000",
|
|
33
|
-
bonus: "0",
|
|
34
|
-
reimbursement: "0",
|
|
35
|
-
wageTotal: "1000"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
uuid: "2",
|
|
39
|
-
contractorUuid: "fitzgerald-ella",
|
|
40
|
-
wageType: "Hourly",
|
|
41
|
-
hourlyRate: "18",
|
|
42
|
-
paymentMethod: "Direct Deposit",
|
|
43
|
-
hours: "10",
|
|
44
|
-
wage: void 0,
|
|
45
|
-
bonus: "0",
|
|
46
|
-
reimbursement: "0",
|
|
47
|
-
wageTotal: "180"
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
paymentSummary: {
|
|
52
|
-
totalAmount: "1180",
|
|
53
|
-
debitAmount: "1180",
|
|
54
|
-
debitAccount: "Checking Account ending in 4567",
|
|
55
|
-
debitDate: "2025-09-15",
|
|
56
|
-
contractorPayDate: "2025-09-17",
|
|
57
|
-
checkDate: "2025-09-17",
|
|
58
|
-
submitByDate: "2025-09-14"
|
|
59
|
-
},
|
|
60
|
-
onEdit: () => {
|
|
61
|
-
o(n.CONTRACTOR_PAYMENT_CREATE);
|
|
62
|
-
},
|
|
63
|
-
onSubmit: () => {
|
|
64
|
-
o(n.CONTRACTOR_PAYMENT_SUBMIT);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
));
|
|
68
|
-
export {
|
|
69
|
-
A as Overview,
|
|
70
|
-
u as Root
|
|
71
|
-
};
|
|
72
|
-
//# sourceMappingURL=Overview.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Overview.js","sources":["../../../../../src/components/Contractor/Payments/Overview/Overview.tsx"],"sourcesContent":["import { OverviewPresentation } from './OverviewPresentation'\nimport { useComponentDictionary } from '@/i18n'\nimport { BaseComponent, type BaseComponentInterface } from '@/components/Base'\nimport { componentEvents } from '@/shared/constants'\n\ninterface OverviewProps extends BaseComponentInterface<'Contractor.Payments.Overview'> {\n companyId: string\n}\n\nexport function Overview(props: OverviewProps) {\n return (\n <BaseComponent {...props}>\n <Root {...props}>{props.children}</Root>\n </BaseComponent>\n )\n}\n\nexport const Root = ({ companyId, dictionary, onEvent, children }: OverviewProps) => {\n useComponentDictionary('Contractor.Payments.Overview', dictionary)\n\n const onSubmit = () => {\n onEvent(componentEvents.CONTRACTOR_PAYMENT_SUBMIT)\n }\n const onEdit = () => {\n onEvent(componentEvents.CONTRACTOR_PAYMENT_CREATE)\n }\n return (\n <OverviewPresentation\n contractorPaymentGroup={{\n uuid: 'group-1',\n companyUuid: 'company-1',\n checkDate: '2025-09-17',\n debitDate: '2025-09-15',\n status: 'Unfunded' as const,\n totals: {\n amount: '1180',\n debitAmount: '1180',\n wageAmount: '1000',\n reimbursementAmount: '0',\n },\n contractorPayments: [\n {\n uuid: '1',\n contractorUuid: 'armstrong-louis',\n wageType: 'Fixed' as const,\n paymentMethod: 'Direct Deposit' as const,\n hours: undefined,\n wage: '1000',\n bonus: '0',\n reimbursement: '0',\n wageTotal: '1000',\n },\n {\n uuid: '2',\n contractorUuid: 'fitzgerald-ella',\n wageType: 'Hourly' as const,\n hourlyRate: '18',\n paymentMethod: 'Direct Deposit' as const,\n hours: '10',\n wage: undefined,\n bonus: '0',\n reimbursement: '0',\n wageTotal: '180',\n },\n ],\n }}\n paymentSummary={{\n totalAmount: '1180',\n debitAmount: '1180',\n debitAccount: 'Checking Account ending in 4567',\n debitDate: '2025-09-15',\n contractorPayDate: '2025-09-17',\n checkDate: '2025-09-17',\n submitByDate: '2025-09-14',\n }}\n onEdit={onEdit}\n onSubmit={onSubmit}\n />\n )\n}\n"],"names":["Overview","props","jsx","BaseComponent","Root","companyId","dictionary","onEvent","children","useComponentDictionary","OverviewPresentation","componentEvents"],"mappings":";;;;;;AASO,SAASA,EAASC,GAAsB;AAC7C,SACE,gBAAAC,EAACC,GAAA,EAAe,GAAGF,GACjB,UAAA,gBAAAC,EAACE,KAAM,GAAGH,GAAQ,UAAAA,EAAM,SAAA,CAAS,EAAA,CACnC;AAEJ;AAEO,MAAMG,IAAO,CAAC,EAAE,WAAAC,GAAW,YAAAC,GAAY,SAAAC,GAAS,UAAAC,SACrDC,EAAuB,gCAAgCH,CAAU,GAS/D,gBAAAJ;AAAA,EAACQ;AAAA,EAAA;AAAA,IACC,wBAAwB;AAAA,MACtB,MAAM;AAAA,MACN,aAAa;AAAA,MACb,WAAW;AAAA,MACX,WAAW;AAAA,MACX,QAAQ;AAAA,MACR,QAAQ;AAAA,QACN,QAAQ;AAAA,QACR,aAAa;AAAA,QACb,YAAY;AAAA,QACZ,qBAAqB;AAAA,MAAA;AAAA,MAEvB,oBAAoB;AAAA,QAClB;AAAA,UACE,MAAM;AAAA,UACN,gBAAgB;AAAA,UAChB,UAAU;AAAA,UACV,eAAe;AAAA,UACf,OAAO;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,WAAW;AAAA,QAAA;AAAA,QAEb;AAAA,UACE,MAAM;AAAA,UACN,gBAAgB;AAAA,UAChB,UAAU;AAAA,UACV,YAAY;AAAA,UACZ,eAAe;AAAA,UACf,OAAO;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,WAAW;AAAA,QAAA;AAAA,MACb;AAAA,IACF;AAAA,IAEF,gBAAgB;AAAA,MACd,aAAa;AAAA,MACb,aAAa;AAAA,MACb,cAAc;AAAA,MACd,WAAW;AAAA,MACX,mBAAmB;AAAA,MACnB,WAAW;AAAA,MACX,cAAc;AAAA,IAAA;AAAA,IAEhB,QApDW,MAAM;AACnB,MAAAH,EAAQI,EAAgB,yBAAyB;AAAA,IACnD;AAAA,IAmDI,UAxDa,MAAM;AACrB,MAAAJ,EAAQI,EAAgB,yBAAyB;AAAA,IACnD;AAAA,EAsDI;AAAA;"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ContractorPaymentGroup } from '../types';
|
|
2
|
-
interface PaymentSummary {
|
|
3
|
-
totalAmount: string;
|
|
4
|
-
debitAmount: string;
|
|
5
|
-
debitAccount: string;
|
|
6
|
-
debitDate: string;
|
|
7
|
-
contractorPayDate: string;
|
|
8
|
-
checkDate: string;
|
|
9
|
-
submitByDate: string;
|
|
10
|
-
}
|
|
11
|
-
interface ContractorPaymentOverviewPresentationProps {
|
|
12
|
-
paymentSummary: PaymentSummary;
|
|
13
|
-
contractorPaymentGroup: ContractorPaymentGroup;
|
|
14
|
-
onEdit: () => void;
|
|
15
|
-
onSubmit: () => void;
|
|
16
|
-
}
|
|
17
|
-
export declare const OverviewPresentation: ({ paymentSummary, contractorPaymentGroup, onEdit, onSubmit, }: ContractorPaymentOverviewPresentationProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
export {};
|