@gusto/embedded-react-sdk 0.0.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/README.md +13 -0
- package/dist/COOQDZLH-B5iac4ID.js +34 -0
- package/dist/COOQDZLH-B5iac4ID.js.map +1 -0
- package/dist/Company.AddBank--N4kK8CC.js +28 -0
- package/dist/Company.AddBank--N4kK8CC.js.map +1 -0
- package/dist/Company.Addresses-BLDgBmOD.js +20 -0
- package/dist/Company.Addresses-BLDgBmOD.js.map +1 -0
- package/dist/Company.FederalTaxes-BdJHqgfQ.js +56 -0
- package/dist/Company.FederalTaxes-BdJHqgfQ.js.map +1 -0
- package/dist/Company.Industry-DQWpE1lr.js +18 -0
- package/dist/Company.Industry-DQWpE1lr.js.map +1 -0
- package/dist/Employee.BankAccount-DFNmm0eF.js +36 -0
- package/dist/Employee.BankAccount-DFNmm0eF.js.map +1 -0
- package/dist/Employee.Compensation-BwQ0aU6j.js +69 -0
- package/dist/Employee.Compensation-BwQ0aU6j.js.map +1 -0
- package/dist/Employee.Deductions-v07AzjHC.js +52 -0
- package/dist/Employee.Deductions-v07AzjHC.js.map +1 -0
- package/dist/Employee.EmployeeList-ezoiz5mY.js +34 -0
- package/dist/Employee.EmployeeList-ezoiz5mY.js.map +1 -0
- package/dist/Employee.HomeAddress-DR_603p_.js +45 -0
- package/dist/Employee.HomeAddress-DR_603p_.js.map +1 -0
- package/dist/Employee.OnboardingSummary-CX_vCaZK.js +34 -0
- package/dist/Employee.OnboardingSummary-CX_vCaZK.js.map +1 -0
- package/dist/Employee.PaySchedules-C3chTJFz.js +18 -0
- package/dist/Employee.PaySchedules-C3chTJFz.js.map +1 -0
- package/dist/Employee.PaymentMethod-lPeUXCVJ.js +56 -0
- package/dist/Employee.PaymentMethod-lPeUXCVJ.js.map +1 -0
- package/dist/Employee.Profile-B_wp6Ee2.js +53 -0
- package/dist/Employee.Profile-B_wp6Ee2.js.map +1 -0
- package/dist/Employee.SplitPaycheck-DuzIuN4Y.js +42 -0
- package/dist/Employee.SplitPaycheck-DuzIuN4Y.js.map +1 -0
- package/dist/Employee.StateTaxes-5hNQeRZm.js +14 -0
- package/dist/Employee.StateTaxes-5hNQeRZm.js.map +1 -0
- package/dist/Employee.Taxes-DrKjSqOM.js +48 -0
- package/dist/Employee.Taxes-DrKjSqOM.js.map +1 -0
- package/dist/MU7WGUJF-D3o-8MpJ.js +43 -0
- package/dist/MU7WGUJF-D3o-8MpJ.js.map +1 -0
- package/dist/Payroll.PayrollHistoryList-vkBomN9P.js +16 -0
- package/dist/Payroll.PayrollHistoryList-vkBomN9P.js.map +1 -0
- package/dist/Payroll.PayrollSchedule-DR1oc4YN.js +27 -0
- package/dist/Payroll.PayrollSchedule-DR1oc4YN.js.map +1 -0
- package/dist/VREWMQAW-BCWuoH6G.js +8929 -0
- package/dist/VREWMQAW-BCWuoH6G.js.map +1 -0
- package/dist/index-G-nwCZPb.js +32491 -0
- package/dist/index-G-nwCZPb.js.map +1 -0
- package/dist/index.js +71 -0
- package/dist/index.js.map +1 -0
- package/dist/src/api/client.d.ts +1361 -0
- package/dist/src/api/constants.d.ts +1 -0
- package/dist/src/api/context.d.ts +14 -0
- package/dist/src/api/queries/company.d.ts +267 -0
- package/dist/src/api/queries/employee.d.ts +586 -0
- package/dist/src/api/queries/helpers.d.ts +19 -0
- package/dist/src/api/queries/index.d.ts +3 -0
- package/dist/src/api/queries/payroll.d.ts +26 -0
- package/dist/src/api/typeHelpers.d.ts +18 -0
- package/dist/src/components/Base/Base.d.ts +25 -0
- package/dist/src/components/Base/index.d.ts +1 -0
- package/dist/src/components/Common/Alert/Alert.d.ts +6 -0
- package/dist/src/components/Common/Button/Button.d.ts +8 -0
- package/dist/src/components/Common/Checkbox/Checkbox.d.ts +7 -0
- package/dist/src/components/Common/DateField/DateField.d.ts +8 -0
- package/dist/src/components/Common/EmptyData/EmptyData.d.ts +6 -0
- package/dist/src/components/Common/Flex/Flex.d.ts +12 -0
- package/dist/src/components/Common/Hamburger/Hamburger.d.ts +10 -0
- package/dist/src/components/Common/InternalError/InternalError.d.ts +2 -0
- package/dist/src/components/Common/Loading/Loading.d.ts +1 -0
- package/dist/src/components/Common/NumberField/NumberField.d.ts +9 -0
- package/dist/src/components/Common/Select/Select.d.ts +17 -0
- package/dist/src/components/Common/TaxInputs/TaxInputs.d.ts +21 -0
- package/dist/src/components/Common/TaxInputs/index.d.ts +1 -0
- package/dist/src/components/Common/Toast/Toast.d.ts +4 -0
- package/dist/src/components/Common/hooks/useAsyncError.d.ts +5 -0
- package/dist/src/components/Common/index.d.ts +14 -0
- package/dist/src/components/Company/Addresses.d.ts +7 -0
- package/dist/src/components/Company/BankAccount.d.ts +6 -0
- package/dist/src/components/Company/FederalTaxes.d.ts +7 -0
- package/dist/src/components/Company/Industry.d.ts +12 -0
- package/dist/src/components/Company/Overview.d.ts +7 -0
- package/dist/src/components/Company/StateTaxes.d.ts +6 -0
- package/dist/src/components/Company/index.d.ts +5 -0
- package/dist/src/components/Employee/BankAccount.d.ts +15 -0
- package/dist/src/components/Employee/Compensation/Actions.d.ts +1 -0
- package/dist/src/components/Employee/Compensation/Compensation.d.ts +60 -0
- package/dist/src/components/Employee/Compensation/Edit.d.ts +1 -0
- package/dist/src/components/Employee/Compensation/Head.d.ts +1 -0
- package/dist/src/components/Employee/Compensation/List.d.ts +1 -0
- package/dist/src/components/Employee/Compensation/index.d.ts +1 -0
- package/dist/src/components/Employee/Deductions.d.ts +7 -0
- package/dist/src/components/Employee/EditDeduction.d.ts +23 -0
- package/dist/src/components/Employee/EmployeeList.d.ts +22 -0
- package/dist/src/components/Employee/FederalTaxes.d.ts +1 -0
- package/dist/src/components/Employee/OnboardingSummary.d.ts +7 -0
- package/dist/src/components/Employee/PaySchedules.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethod.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/Actions.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/BankAccountEdit.d.ts +9 -0
- package/dist/src/components/Employee/PaymentMethodCombo/BankAccountsList.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/Head.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/PaymentMethod.d.ts +22 -0
- package/dist/src/components/Employee/PaymentMethodCombo/PaymentTypeForm.d.ts +11 -0
- package/dist/src/components/Employee/PaymentMethodCombo/Split.d.ts +1 -0
- package/dist/src/components/Employee/PaymentMethodCombo/index.d.ts +1 -0
- package/dist/src/components/Employee/Profile/Actions.d.ts +1 -0
- package/dist/src/components/Employee/Profile/HomeAddress.d.ts +12 -0
- package/dist/src/components/Employee/Profile/PersonalDetails.d.ts +40 -0
- package/dist/src/components/Employee/Profile/Profile.d.ts +37 -0
- package/dist/src/components/Employee/Profile/index.d.ts +1 -0
- package/dist/src/components/Employee/SplitPaycheck.d.ts +9 -0
- package/dist/src/components/Employee/StateTaxes.d.ts +7 -0
- package/dist/src/components/Employee/TaxesCombo/Actions.d.ts +1 -0
- package/dist/src/components/Employee/TaxesCombo/FederalForm.d.ts +13 -0
- package/dist/src/components/Employee/TaxesCombo/FederalHead.d.ts +1 -0
- package/dist/src/components/Employee/TaxesCombo/StateForm.d.ts +6 -0
- package/dist/src/components/Employee/TaxesCombo/Taxes.d.ts +20 -0
- package/dist/src/components/Employee/TaxesCombo/index.d.ts +1 -0
- package/dist/src/components/Employee/index.d.ts +9 -0
- package/dist/src/components/Flow/CompanyOnboardingFlow.d.ts +10 -0
- package/dist/src/components/Flow/EmployeeOnboardingFlow.d.ts +12 -0
- package/dist/src/components/Flow/Flow.d.ts +14 -0
- package/dist/src/components/Flow/FlowNav.d.ts +1 -0
- package/dist/src/components/Flow/StateMachines/companyOnboarding.d.ts +5 -0
- package/dist/src/components/Flow/StateMachines/employeeOnboarding.d.ts +12 -0
- package/dist/src/components/Flow/StateMachines/index.d.ts +2 -0
- package/dist/src/components/Flow/index.d.ts +3 -0
- package/dist/src/components/Payroll/PayrollHistoryList.d.ts +1 -0
- package/dist/src/components/Payroll/index.d.ts +1 -0
- package/dist/src/components/PayrollSchedule/SetupPayrollSchedule.d.ts +6 -0
- package/dist/src/components/PayrollSchedule/index.d.ts +1 -0
- package/dist/src/components/index.d.ts +4 -0
- package/dist/src/components/sample/PaymentMethodSDK.d.ts +1 -0
- package/dist/src/contexts/GustoApiProvider/GustoApiProvider.d.ts +15 -0
- package/dist/src/contexts/GustoApiProvider/index.d.ts +1 -0
- package/dist/src/contexts/LocaleProvider/LocaleProvider.d.ts +8 -0
- package/dist/src/contexts/LocaleProvider/index.d.ts +1 -0
- package/dist/src/contexts/ThemeProvider/DefaultTheme.d.ts +150 -0
- package/dist/src/contexts/ThemeProvider/ThemeProvider.d.ts +12 -0
- package/dist/src/contexts/ThemeProvider/ThemeProvider.test.d.ts +1 -0
- package/dist/src/contexts/ThemeProvider/index.d.ts +1 -0
- package/dist/src/contexts/ThemeProvider/test-utils.d.ts +5 -0
- package/dist/src/contexts/index.d.ts +2 -0
- package/dist/src/generated/schema.d.ts +15297 -0
- package/dist/src/helpers/LRUCache.d.ts +7 -0
- package/dist/src/helpers/formattedStrings.d.ts +7 -0
- package/dist/src/helpers/formatters.d.ts +2 -0
- package/dist/src/helpers/normalizeSSN.d.ts +1 -0
- package/dist/src/helpers/payRateCalculator.d.ts +2 -0
- package/dist/src/i18n/I18n.d.ts +8 -0
- package/dist/src/i18n/en/common.json.d.ts +99 -0
- package/dist/src/i18n/index.d.ts +1 -0
- package/dist/src/index.d.ts +7 -0
- package/dist/src/models/PayPeriod.d.ts +18 -0
- package/dist/src/models/Payroll.d.ts +40 -0
- package/dist/src/models/PayrollTotals.d.ts +24 -0
- package/dist/src/shared/constants.d.ts +124 -0
- package/dist/src/types.d.ts +10 -0
- package/dist/style.css +1 -0
- package/dist/test/api/client.test.d.ts +1 -0
- package/dist/test/api/companyFederalTaxes.test.d.ts +1 -0
- package/dist/test/api/employeeBankAccounts.test.d.ts +1 -0
- package/dist/test/api/payrolls.test.d.ts +1 -0
- package/dist/test/mocks/apis/company_federal_taxes.d.ts +2 -0
- package/dist/test/mocks/apis/company_locations.d.ts +2 -0
- package/dist/test/mocks/apis/compensations.d.ts +2 -0
- package/dist/test/mocks/apis/employees.d.ts +2 -0
- package/dist/test/mocks/apis/employeesBankAccounts.d.ts +2 -0
- package/dist/test/mocks/apis/homeAddresses.d.ts +2 -0
- package/dist/test/mocks/apis/payrolls.d.ts +2 -0
- package/dist/test/mocks/apis/tokens.d.ts +2 -0
- package/dist/test/mocks/apis/typeHelpers.d.ts +10 -0
- package/dist/test/mocks/apis/workAddresses.d.ts +2 -0
- package/dist/test/mocks/fileMock.d.ts +6 -0
- package/dist/test/mocks/fixtures/company_location.d.ts +11 -0
- package/dist/test/mocks/fixtures/getFixture.d.ts +1 -0
- package/dist/test/mocks/handlers.d.ts +1 -0
- package/dist/test/mocks/server.d.ts +1 -0
- package/dist/test/mocks/styleMock.d.ts +6 -0
- package/package.json +99 -0
package/README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { c, T as l, P as m, a as u, D as v, Q as i } from "./VREWMQAW-BCWuoH6G.js";
|
|
2
|
+
import { g as d, c as f, a as e } from "./index-G-nwCZPb.js";
|
|
3
|
+
var p = (a) => {
|
|
4
|
+
const [r, t] = c({
|
|
5
|
+
prefix: "TanstackQueryDevtools"
|
|
6
|
+
}), n = d(), s = f(() => {
|
|
7
|
+
const o = r.theme_preference || l;
|
|
8
|
+
return o !== "system" ? o : n();
|
|
9
|
+
});
|
|
10
|
+
return e(i.Provider, {
|
|
11
|
+
value: a,
|
|
12
|
+
get children() {
|
|
13
|
+
return e(m, {
|
|
14
|
+
localStore: r,
|
|
15
|
+
setLocalStore: t,
|
|
16
|
+
get children() {
|
|
17
|
+
return e(u.Provider, {
|
|
18
|
+
value: s,
|
|
19
|
+
get children() {
|
|
20
|
+
return e(v, {
|
|
21
|
+
localStore: r,
|
|
22
|
+
setLocalStore: t
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
}, C = p;
|
|
31
|
+
export {
|
|
32
|
+
C as default
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=COOQDZLH-B5iac4ID.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"COOQDZLH-B5iac4ID.js","sources":["../node_modules/@tanstack/query-devtools/build/DevtoolsComponent/COOQDZLH.js"],"sourcesContent":["import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/VREWMQAW.js';\nimport { getPreferredColorScheme, createMemo, createComponent } from '../chunk/BLREPECS.js';\n\n// src/DevtoolsComponent.tsx\nvar DevtoolsComponent = (props) => {\n const [localStore, setLocalStore] = createLocalStorage({\n prefix: \"TanstackQueryDevtools\"\n });\n const colorScheme = getPreferredColorScheme();\n const theme = createMemo(() => {\n const preference = localStore.theme_preference || THEME_PREFERENCE;\n if (preference !== \"system\")\n return preference;\n return colorScheme();\n });\n return createComponent(QueryDevtoolsContext.Provider, {\n value: props,\n get children() {\n return createComponent(PiPProvider, {\n localStore,\n setLocalStore,\n get children() {\n return createComponent(ThemeContext.Provider, {\n value: theme,\n get children() {\n return createComponent(Devtools, {\n localStore,\n setLocalStore\n });\n }\n });\n }\n });\n }\n });\n};\nvar DevtoolsComponent_default = DevtoolsComponent;\n\nexport { DevtoolsComponent_default as default };\n"],"names":["DevtoolsComponent","props","localStore","setLocalStore","createLocalStorage","colorScheme","getPreferredColorScheme","theme","createMemo","preference","THEME_PREFERENCE","createComponent","QueryDevtoolsContext","PiPProvider","ThemeContext","Devtools","DevtoolsComponent_default"],"mappings":";;AAIA,IAAIA,IAAoB,CAACC,MAAU;AACjC,QAAM,CAACC,GAAYC,CAAa,IAAIC,EAAmB;AAAA,IACrD,QAAQ;AAAA,EACZ,CAAG,GACKC,IAAcC,KACdC,IAAQC,EAAW,MAAM;AAC7B,UAAMC,IAAaP,EAAW,oBAAoBQ;AAClD,WAAID,MAAe,WACVA,IACFJ,EAAW;AAAA,EACtB,CAAG;AACD,SAAOM,EAAgBC,EAAqB,UAAU;AAAA,IACpD,OAAOX;AAAA,IACP,IAAI,WAAW;AACb,aAAOU,EAAgBE,GAAa;AAAA,QAClC,YAAAX;AAAA,QACA,eAAAC;AAAA,QACA,IAAI,WAAW;AACb,iBAAOQ,EAAgBG,EAAa,UAAU;AAAA,YAC5C,OAAOP;AAAA,YACP,IAAI,WAAW;AACb,qBAAOI,EAAgBI,GAAU;AAAA,gBAC/B,YAAAb;AAAA,gBACA,eAAAC;AAAA,cAChB,CAAe;AAAA,YACF;AAAA,UACb,CAAW;AAAA,QACF;AAAA,MACT,CAAO;AAAA,IACF;AAAA,EACL,CAAG;AACH,GACIa,IAA4BhB;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const n = "Company Bank Account", t = "We'll use your checking account info to debit for wages and taxes. Your account must be linked to a checking bank account. Credit payments, credit cards, and savings accounts are not accepted.", c = "How would you like to enter your bank account information?", e = "Enter bank account information manually", o = "Verify bank account with Plaid", a = "Routing number (9 digits)", u = "Account number", i = "What type of account is this?", s = "Checking", r = "Savings", l = "Save and continue", _ = {
|
|
2
|
+
title: n,
|
|
3
|
+
intro: t,
|
|
4
|
+
entry_selection_question: c,
|
|
5
|
+
manual_entry: e,
|
|
6
|
+
plaid_entry: o,
|
|
7
|
+
routing_number_label: a,
|
|
8
|
+
account_number_label: u,
|
|
9
|
+
account_type_label: i,
|
|
10
|
+
account_type_checking: s,
|
|
11
|
+
account_type_savings: r,
|
|
12
|
+
submit: l
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
u as account_number_label,
|
|
16
|
+
s as account_type_checking,
|
|
17
|
+
i as account_type_label,
|
|
18
|
+
r as account_type_savings,
|
|
19
|
+
_ as default,
|
|
20
|
+
c as entry_selection_question,
|
|
21
|
+
t as intro,
|
|
22
|
+
e as manual_entry,
|
|
23
|
+
o as plaid_entry,
|
|
24
|
+
a as routing_number_label,
|
|
25
|
+
l as submit,
|
|
26
|
+
n as title
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=Company.AddBank--N4kK8CC.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Company.AddBank--N4kK8CC.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const e = "Company addresses", a = "To automate your payroll filings, we need to have your company's accurate addresses. Please enter your mailing and filing addresses and all addresses where you have employees physically working in the United States.", s = "Mailing Address", d = "Filing Address", t = "Edit", i = "Add address", n = "I've added all addresses", l = {
|
|
2
|
+
title: e,
|
|
3
|
+
description: a,
|
|
4
|
+
mailingLabel: s,
|
|
5
|
+
filingLabel: d,
|
|
6
|
+
editCta: t,
|
|
7
|
+
addCta: i,
|
|
8
|
+
continueCta: n
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
i as addCta,
|
|
12
|
+
n as continueCta,
|
|
13
|
+
l as default,
|
|
14
|
+
a as description,
|
|
15
|
+
t as editCta,
|
|
16
|
+
d as filingLabel,
|
|
17
|
+
s as mailingLabel,
|
|
18
|
+
e as title
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=Company.Addresses-BLDgBmOD.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Company.Addresses-BLDgBmOD.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
const e = "Federal Tax Information", o = "Enter your entity type and the legal name of your company. You can find this info on your <FEINForm>FEIN assignment form (Form CP575)</FEINForm>. We need this to file and pay your taxes correctly.", n = "Federal EIN", t = "Your company's Federal Employer Identification Number (EIN). If you don't have one, please <apply_online_link>apply online.</apply_online_link>", r = "Taxpayer type", a = "Some common types are Sole Prop, LLC, and S-Corp.", l = "Federal filing form", i = "To learn more about the different Federal Tax Form filings for payroll, please review the <irs_website>IRS website.</irs_website>", _ = "941 - Employer’s Quarterly Federal Tax Return", s = "944 - Employer’s Annual Federal Tax Return", p = "Legal entity name", c = "Make sure this is your legal name, not your DBA.", y = "C-Corporation", m = "S-Corporation", f = "Sole proprietor", d = "LLC", u = "LLP", g = "Limited partnership", h = "Co-ownership", b = "Association", F = "Trusteeship", x = "General partnership", C = "Joint venture", T = "Non-Profit", E = "Cancel", I = {
|
|
2
|
+
pageTitle: e,
|
|
3
|
+
entity_type_and_legal_name_intro: o,
|
|
4
|
+
federal_ein_label: n,
|
|
5
|
+
federal_ein_description: t,
|
|
6
|
+
taxpayer_type_label: r,
|
|
7
|
+
taxpayer_type_options: a,
|
|
8
|
+
federal_filing_form_label: l,
|
|
9
|
+
federal_filing_form_description: i,
|
|
10
|
+
form_941_label: _,
|
|
11
|
+
form_944_label: s,
|
|
12
|
+
legal_entity_name_label: p,
|
|
13
|
+
legal_entity_name_tip: c,
|
|
14
|
+
c_corporation: y,
|
|
15
|
+
s_corporation: m,
|
|
16
|
+
sole_proprietor: f,
|
|
17
|
+
llc: d,
|
|
18
|
+
llp: u,
|
|
19
|
+
limited_partnership: g,
|
|
20
|
+
co_ownership: h,
|
|
21
|
+
association: b,
|
|
22
|
+
trusteeship: F,
|
|
23
|
+
general_partnership: x,
|
|
24
|
+
joint_venture: C,
|
|
25
|
+
non_profit: T,
|
|
26
|
+
cancelCta: E
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
b as association,
|
|
30
|
+
y as c_corporation,
|
|
31
|
+
E as cancelCta,
|
|
32
|
+
h as co_ownership,
|
|
33
|
+
I as default,
|
|
34
|
+
o as entity_type_and_legal_name_intro,
|
|
35
|
+
t as federal_ein_description,
|
|
36
|
+
n as federal_ein_label,
|
|
37
|
+
i as federal_filing_form_description,
|
|
38
|
+
l as federal_filing_form_label,
|
|
39
|
+
_ as form_941_label,
|
|
40
|
+
s as form_944_label,
|
|
41
|
+
x as general_partnership,
|
|
42
|
+
C as joint_venture,
|
|
43
|
+
p as legal_entity_name_label,
|
|
44
|
+
c as legal_entity_name_tip,
|
|
45
|
+
g as limited_partnership,
|
|
46
|
+
d as llc,
|
|
47
|
+
u as llp,
|
|
48
|
+
T as non_profit,
|
|
49
|
+
e as pageTitle,
|
|
50
|
+
m as s_corporation,
|
|
51
|
+
f as sole_proprietor,
|
|
52
|
+
r as taxpayer_type_label,
|
|
53
|
+
a as taxpayer_type_options,
|
|
54
|
+
F as trusteeship
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=Company.FederalTaxes-BdJHqgfQ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Company.FederalTaxes-BdJHqgfQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const t = "Industry", e = "Select your company's industry", s = "Select the industry that most closely matches your company's. Think you fall between industries? Choose the one that best represents your primary business activity (this is usually the activity that generates the most income for your company).", n = "Type a few letters to search for your industry", o = "Cancel", c = "Saven & continue", a = {
|
|
2
|
+
pageTitle: t,
|
|
3
|
+
sectionTitle: e,
|
|
4
|
+
desc: s,
|
|
5
|
+
placeholder: n,
|
|
6
|
+
cancelCta: o,
|
|
7
|
+
continueCta: c
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
o as cancelCta,
|
|
11
|
+
c as continueCta,
|
|
12
|
+
a as default,
|
|
13
|
+
s as desc,
|
|
14
|
+
t as pageTitle,
|
|
15
|
+
n as placeholder,
|
|
16
|
+
e as sectionTitle
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Company.Industry-DQWpE1lr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Company.Industry-DQWpE1lr.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const e = "Account number", t = "Checking", c = "Account type", n = "Savings", o = "Select...", a = "Back", i = "Image of the sample bank check showing location of routing and account numbers", s = "Enter the details of the bank account the employee wishes to be paid with. We’ll send a small test deposit to confirm the account.", u = "Account Nickname", l = "Routing number", b = "(9 digits)", m = "Save & continue", p = "Employee bank account", r = {
|
|
2
|
+
accountType: "Please select account type"
|
|
3
|
+
}, g = {
|
|
4
|
+
accountNumberLabel: e,
|
|
5
|
+
accountTypeChecking: t,
|
|
6
|
+
accountTypeLabel: c,
|
|
7
|
+
accountTypeSavings: n,
|
|
8
|
+
accountTypeSelect: o,
|
|
9
|
+
cancelCta: a,
|
|
10
|
+
checkImageAlt: i,
|
|
11
|
+
description: s,
|
|
12
|
+
nameLabel: u,
|
|
13
|
+
routingNumberLabel: l,
|
|
14
|
+
routingNumberDescription: b,
|
|
15
|
+
submitCta: m,
|
|
16
|
+
title: p,
|
|
17
|
+
validations: r
|
|
18
|
+
};
|
|
19
|
+
export {
|
|
20
|
+
e as accountNumberLabel,
|
|
21
|
+
t as accountTypeChecking,
|
|
22
|
+
c as accountTypeLabel,
|
|
23
|
+
n as accountTypeSavings,
|
|
24
|
+
o as accountTypeSelect,
|
|
25
|
+
a as cancelCta,
|
|
26
|
+
i as checkImageAlt,
|
|
27
|
+
g as default,
|
|
28
|
+
s as description,
|
|
29
|
+
u as nameLabel,
|
|
30
|
+
b as routingNumberDescription,
|
|
31
|
+
l as routingNumberLabel,
|
|
32
|
+
m as submitCta,
|
|
33
|
+
p as title,
|
|
34
|
+
r as validations
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=Employee.BankAccount-DFNmm0eF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.BankAccount-DFNmm0eF.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
const e = "Compensation", t = "Job Title", o = "Employee type", a = '<classificationCta href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</classificationCta>', n = "Compensation amount", i = "Per", s = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", l = "+ Add another job", m = "Back", c = "Save and continue", r = "Cancel", p = "Save job", y = "Back", C = "Job actions", b = {
|
|
2
|
+
title: "Title is a required field",
|
|
3
|
+
classificationChangeNotification: "Changing this employee’s classification will delete the employee’s additional pay rates.",
|
|
4
|
+
exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.",
|
|
5
|
+
paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year"
|
|
6
|
+
}, u = {
|
|
7
|
+
Hour: "Per hour",
|
|
8
|
+
Week: "Per week",
|
|
9
|
+
Month: "Per month",
|
|
10
|
+
Year: "Per year",
|
|
11
|
+
Paycheck: "Per paycheck"
|
|
12
|
+
}, h = {
|
|
13
|
+
Exempt: "Salary/No overtime",
|
|
14
|
+
"Salaried Nonexempt": "Salary/Eligible for overtime",
|
|
15
|
+
Nonexempt: "Paid by the hour",
|
|
16
|
+
Owner: "Owner's draw",
|
|
17
|
+
"Commission Only Exempt": "Commission Only/No Overtime",
|
|
18
|
+
"Commission Only Nonexempt": "Commission Only/Eligible for overtime"
|
|
19
|
+
}, d = {
|
|
20
|
+
tableLabel: "List of all jobs for the employee",
|
|
21
|
+
jobColumn: "Job title",
|
|
22
|
+
typeColumn: "Pay type",
|
|
23
|
+
amountColumn: "Amount",
|
|
24
|
+
perColumn: "Per",
|
|
25
|
+
actionColumn: "Action",
|
|
26
|
+
editCta: "Edit",
|
|
27
|
+
deleteCta: "Delete"
|
|
28
|
+
}, f = {
|
|
29
|
+
title: e,
|
|
30
|
+
jobTitle: t,
|
|
31
|
+
employeeClassification: o,
|
|
32
|
+
classificationCTA: a,
|
|
33
|
+
amount: n,
|
|
34
|
+
paymentUnitLabel: i,
|
|
35
|
+
paymentUnitDescription: s,
|
|
36
|
+
addAnotherJobCta: l,
|
|
37
|
+
cancelCta: m,
|
|
38
|
+
submitCta: c,
|
|
39
|
+
cancelNewJobCta: r,
|
|
40
|
+
saveNewJobCta: p,
|
|
41
|
+
backCta: y,
|
|
42
|
+
hamburgerTitle: C,
|
|
43
|
+
validations: b,
|
|
44
|
+
paymentUnitOptions: u,
|
|
45
|
+
flsaStatusLabels: h,
|
|
46
|
+
allCompensations: d
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
l as addAnotherJobCta,
|
|
50
|
+
d as allCompensations,
|
|
51
|
+
n as amount,
|
|
52
|
+
y as backCta,
|
|
53
|
+
m as cancelCta,
|
|
54
|
+
r as cancelNewJobCta,
|
|
55
|
+
a as classificationCTA,
|
|
56
|
+
f as default,
|
|
57
|
+
o as employeeClassification,
|
|
58
|
+
h as flsaStatusLabels,
|
|
59
|
+
C as hamburgerTitle,
|
|
60
|
+
t as jobTitle,
|
|
61
|
+
s as paymentUnitDescription,
|
|
62
|
+
i as paymentUnitLabel,
|
|
63
|
+
u as paymentUnitOptions,
|
|
64
|
+
p as saveNewJobCta,
|
|
65
|
+
c as submitCta,
|
|
66
|
+
e as title,
|
|
67
|
+
b as validations
|
|
68
|
+
};
|
|
69
|
+
//# sourceMappingURL=Employee.Compensation-BwQ0aU6j.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.Compensation-BwQ0aU6j.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const e = "Name", t = "Amount withheld per paycheck", o = "Deduction action", n = "Edit", a = "Delete", i = "Deductions", d = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "Add deduction", u = "Deductions", s = "Once added, your deductions will appear here.", r = "Continue to Summary", m = "Back", l = {
|
|
2
|
+
pageTitle: "Deductions",
|
|
3
|
+
externalPostTax: "External post-tax deductions",
|
|
4
|
+
desc: "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.",
|
|
5
|
+
description: "Description",
|
|
6
|
+
frequency: "Frequency",
|
|
7
|
+
amount: "Amount",
|
|
8
|
+
recurring: "Recurring (every payroll)",
|
|
9
|
+
oneTime: "One-time (next payroll only)",
|
|
10
|
+
deductAs: "Deduct as",
|
|
11
|
+
percentageOfPay: "Percentage of pay",
|
|
12
|
+
fixedAmount: "Fixed amount ($)",
|
|
13
|
+
annualMax: "Annual maximum",
|
|
14
|
+
courtOrdered: "This is a court-ordered deduction",
|
|
15
|
+
validations: {
|
|
16
|
+
description: "Description is required",
|
|
17
|
+
amount: "Amount must be a valid number"
|
|
18
|
+
},
|
|
19
|
+
cancelCta: "Cancel",
|
|
20
|
+
submitCta: "Submit"
|
|
21
|
+
}, p = {
|
|
22
|
+
nameColumn: e,
|
|
23
|
+
witholdAmtColumn: t,
|
|
24
|
+
actionColumn: o,
|
|
25
|
+
editDeductionCta: n,
|
|
26
|
+
deleteDeductionCta: a,
|
|
27
|
+
pageTitle: i,
|
|
28
|
+
desc: d,
|
|
29
|
+
addDeductionCta: c,
|
|
30
|
+
deductions: u,
|
|
31
|
+
emptyListMessage: s,
|
|
32
|
+
continueToSummary: r,
|
|
33
|
+
backCta: m,
|
|
34
|
+
EditDeduction: l
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
l as EditDeduction,
|
|
38
|
+
o as actionColumn,
|
|
39
|
+
c as addDeductionCta,
|
|
40
|
+
m as backCta,
|
|
41
|
+
r as continueToSummary,
|
|
42
|
+
u as deductions,
|
|
43
|
+
p as default,
|
|
44
|
+
a as deleteDeductionCta,
|
|
45
|
+
d as desc,
|
|
46
|
+
n as editDeductionCta,
|
|
47
|
+
s as emptyListMessage,
|
|
48
|
+
e as nameColumn,
|
|
49
|
+
i as pageTitle,
|
|
50
|
+
t as witholdAmtColumn
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=Employee.Deductions-v07AzjHC.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.Deductions-v07AzjHC.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const e = "Actions", t = "Add Employee", a = "Addresses", s = "Deductions", o = "Delete employee", l = "Edit employee", n = "List of current employees", d = "Once you’ve added employees they will appear here", c = "No employees", i = "Federal Taxes", m = "Employee actions menu", p = "Employee name", y = "Status", r = "Your employees", b = {
|
|
2
|
+
actionLabel: e,
|
|
3
|
+
addEmployeeCTA: t,
|
|
4
|
+
addressesCta: a,
|
|
5
|
+
deductionsCta: s,
|
|
6
|
+
deleteCta: o,
|
|
7
|
+
editCta: l,
|
|
8
|
+
employeeListLabel: n,
|
|
9
|
+
emptyTableDescription: d,
|
|
10
|
+
emptyTableTitle: c,
|
|
11
|
+
federalTaxesCta: i,
|
|
12
|
+
hamburgerTitle: m,
|
|
13
|
+
nameLabel: p,
|
|
14
|
+
statusLabel: y,
|
|
15
|
+
title: r
|
|
16
|
+
};
|
|
17
|
+
export {
|
|
18
|
+
e as actionLabel,
|
|
19
|
+
t as addEmployeeCTA,
|
|
20
|
+
a as addressesCta,
|
|
21
|
+
s as deductionsCta,
|
|
22
|
+
b as default,
|
|
23
|
+
o as deleteCta,
|
|
24
|
+
l as editCta,
|
|
25
|
+
n as employeeListLabel,
|
|
26
|
+
d as emptyTableDescription,
|
|
27
|
+
c as emptyTableTitle,
|
|
28
|
+
i as federalTaxesCta,
|
|
29
|
+
m as hamburgerTitle,
|
|
30
|
+
p as nameLabel,
|
|
31
|
+
y as statusLabel,
|
|
32
|
+
r as title
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=Employee.EmployeeList-ezoiz5mY.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.EmployeeList-ezoiz5mY.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const e = "Home address", t = "Employee’s home mailing address, within the United States.", s = "Street 1", o = "Street 2", i = "City", a = "State", n = "Select state...", r = "Zip", l = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", d = '<learnMore href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</learnMore>', h = "Curtesy withholding", p = "<p>Withholding on an employee's behalf will require your company to register with any corresponding agencies.</p><p>Also, if this employee's home address will change your company's state tax requirements, you may need to complete your company's state tax setup again.</p>", y = "Edit Address", m = "Cancel", u = "Submit", g = {
|
|
2
|
+
street1: "Street address is required",
|
|
3
|
+
city: "Please provide valid city name",
|
|
4
|
+
state: "Please select a state",
|
|
5
|
+
zip: "Please provide valid zip code"
|
|
6
|
+
}, w = {
|
|
7
|
+
formTitle: e,
|
|
8
|
+
desc: t,
|
|
9
|
+
street1: s,
|
|
10
|
+
street2: o,
|
|
11
|
+
city: i,
|
|
12
|
+
state: a,
|
|
13
|
+
statePlaceholder: n,
|
|
14
|
+
zip: r,
|
|
15
|
+
courtesyWithholdingLabel: l,
|
|
16
|
+
courtesyWhithholdingDescription: c,
|
|
17
|
+
learnMoreCta: d,
|
|
18
|
+
withholdingTitle: h,
|
|
19
|
+
withholdingNote: p,
|
|
20
|
+
editAddress: y,
|
|
21
|
+
cancel: m,
|
|
22
|
+
submit: u,
|
|
23
|
+
validations: g
|
|
24
|
+
};
|
|
25
|
+
export {
|
|
26
|
+
m as cancel,
|
|
27
|
+
i as city,
|
|
28
|
+
c as courtesyWhithholdingDescription,
|
|
29
|
+
l as courtesyWithholdingLabel,
|
|
30
|
+
w as default,
|
|
31
|
+
t as desc,
|
|
32
|
+
y as editAddress,
|
|
33
|
+
e as formTitle,
|
|
34
|
+
d as learnMoreCta,
|
|
35
|
+
a as state,
|
|
36
|
+
n as statePlaceholder,
|
|
37
|
+
s as street1,
|
|
38
|
+
o as street2,
|
|
39
|
+
u as submit,
|
|
40
|
+
g as validations,
|
|
41
|
+
p as withholdingNote,
|
|
42
|
+
h as withholdingTitle,
|
|
43
|
+
r as zip
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=Employee.HomeAddress-DR_603p_.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.HomeAddress-DR_603p_.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const e = "Summary", t = "Missing Requirements", o = "Please complete the following steps in order to continue.", s = "Employee onboarded", r = "This employee has been successfully onboarded.", n = "Return to employees list", i = "Add another employee", d = "New Hire report", a = {
|
|
2
|
+
personal_details: "Personal Details",
|
|
3
|
+
compensation_details: "Enter compensation details",
|
|
4
|
+
add_work_address: "Add work address",
|
|
5
|
+
add_home_address: "Add home address",
|
|
6
|
+
federal_tax_setup: "Enter federal tax withholdings",
|
|
7
|
+
state_tax_setup: "Enter state tax information",
|
|
8
|
+
direct_deposit_setup: "Direct deposit setup",
|
|
9
|
+
employee_form_signing: "Employee form signing",
|
|
10
|
+
file_new_hire_report: "File new hire report"
|
|
11
|
+
}, l = {
|
|
12
|
+
title: e,
|
|
13
|
+
subTitle: t,
|
|
14
|
+
description: o,
|
|
15
|
+
onboardedSubtitle: s,
|
|
16
|
+
onboardedDescription: r,
|
|
17
|
+
returnToEmployeeListCta: n,
|
|
18
|
+
addAnotherCta: i,
|
|
19
|
+
newHireReportCta: d,
|
|
20
|
+
steps: a
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
i as addAnotherCta,
|
|
24
|
+
l as default,
|
|
25
|
+
o as description,
|
|
26
|
+
d as newHireReportCta,
|
|
27
|
+
r as onboardedDescription,
|
|
28
|
+
s as onboardedSubtitle,
|
|
29
|
+
n as returnToEmployeeListCta,
|
|
30
|
+
a as steps,
|
|
31
|
+
t as subTitle,
|
|
32
|
+
e as title
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=Employee.OnboardingSummary-CX_vCaZK.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.OnboardingSummary-CX_vCaZK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const e = "Set up pay schedule", a = "Save & continue", t = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", n = {
|
|
2
|
+
frequency: "Pay frequency",
|
|
3
|
+
firstPayDate: "First pay date",
|
|
4
|
+
deadline: "Deadline to run payroll"
|
|
5
|
+
}, i = {
|
|
6
|
+
pageTitle: e,
|
|
7
|
+
saveAndContinueCta: a,
|
|
8
|
+
pleaseVerify: t,
|
|
9
|
+
labels: n
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
i as default,
|
|
13
|
+
n as labels,
|
|
14
|
+
e as pageTitle,
|
|
15
|
+
t as pleaseVerify,
|
|
16
|
+
a as saveAndContinueCta
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Employee.PaySchedules-C3chTJFz.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.PaySchedules-C3chTJFz.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
const e = "Account number", t = "Account type", c = "Add bank account", n = "+ Add another bank account", o = "List of employee bank accounts", a = "Check", i = "Delete", s = "Edit", l = "<item>We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.</item><item>By selecting check as the payment method you will be required to write a physical check to this employee every payday (we will tell you the exact amount to pay).</item>", u = "Direct Deposit", m = "Account nickname", p = "Select payment method", b = "Routing number (9 digits)", d = "Split paycheck", r = "If you would like, you can split the employee’s paycheck among the bank accounts entered.", y = "Yes", k = "No", A = "Employee payment details", L = "Continue", h = "Back", C = "Routing number", T = "Account number", g = "Account type", N = "Bank account actions", B = "Bank account actions", D = {
|
|
2
|
+
accountNumberLabel: e,
|
|
3
|
+
accountTypeLabel: t,
|
|
4
|
+
addBankAccountCTA: c,
|
|
5
|
+
addAnotherCta: n,
|
|
6
|
+
bankAccountsListLabel: o,
|
|
7
|
+
checkLabel: a,
|
|
8
|
+
deleteBankAccountCTA: i,
|
|
9
|
+
editBankAccountCTA: s,
|
|
10
|
+
description: l,
|
|
11
|
+
directDepositLabel: u,
|
|
12
|
+
nameLabel: m,
|
|
13
|
+
paymentFieldsetLegend: p,
|
|
14
|
+
routingNumberLabel: b,
|
|
15
|
+
splitTitle: d,
|
|
16
|
+
splitDescription: r,
|
|
17
|
+
splitYesLabel: y,
|
|
18
|
+
splitNoLabel: k,
|
|
19
|
+
title: A,
|
|
20
|
+
submitCta: L,
|
|
21
|
+
cancelCta: h,
|
|
22
|
+
routingNumberColumn: C,
|
|
23
|
+
accountNumberColumn: T,
|
|
24
|
+
accountTypeColumn: g,
|
|
25
|
+
actionColumn: N,
|
|
26
|
+
hamburgerTitle: B
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
T as accountNumberColumn,
|
|
30
|
+
e as accountNumberLabel,
|
|
31
|
+
g as accountTypeColumn,
|
|
32
|
+
t as accountTypeLabel,
|
|
33
|
+
N as actionColumn,
|
|
34
|
+
n as addAnotherCta,
|
|
35
|
+
c as addBankAccountCTA,
|
|
36
|
+
o as bankAccountsListLabel,
|
|
37
|
+
h as cancelCta,
|
|
38
|
+
a as checkLabel,
|
|
39
|
+
D as default,
|
|
40
|
+
i as deleteBankAccountCTA,
|
|
41
|
+
l as description,
|
|
42
|
+
u as directDepositLabel,
|
|
43
|
+
s as editBankAccountCTA,
|
|
44
|
+
B as hamburgerTitle,
|
|
45
|
+
m as nameLabel,
|
|
46
|
+
p as paymentFieldsetLegend,
|
|
47
|
+
C as routingNumberColumn,
|
|
48
|
+
b as routingNumberLabel,
|
|
49
|
+
r as splitDescription,
|
|
50
|
+
k as splitNoLabel,
|
|
51
|
+
d as splitTitle,
|
|
52
|
+
y as splitYesLabel,
|
|
53
|
+
L as submitCta,
|
|
54
|
+
A as title
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=Employee.PaymentMethod-lPeUXCVJ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.PaymentMethod-lPeUXCVJ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const e = "Basics", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Legal first name", a = "Legal last name", i = "Middle initial", r = "Preferred first name", o = "Social Security Number (9 digit)", l = "Personal email", n = "Use an email that's not associated with your company.", c = "Work address", d = "The primary location where the employee will be working.", m = "Select work address...", b = "Submit", p = "Cancel", f = "Employee Form", u = "Invite this employee to enter their own details online.", w = "Date of birth", h = "Start date", k = "Your employee’s first day of work at your company.", y = "***-**-****", D = {
|
|
2
|
+
firstName: "First name is required",
|
|
3
|
+
lastName: "First name is required",
|
|
4
|
+
startDate: "Please select valid start date",
|
|
5
|
+
email: "Valid email is required"
|
|
6
|
+
}, L = {
|
|
7
|
+
title: e,
|
|
8
|
+
description: t,
|
|
9
|
+
firstName: s,
|
|
10
|
+
lastName: a,
|
|
11
|
+
middleInitial: i,
|
|
12
|
+
preferredFirstName: r,
|
|
13
|
+
ssnLabel: o,
|
|
14
|
+
email: l,
|
|
15
|
+
emailDescription: n,
|
|
16
|
+
workAddress: c,
|
|
17
|
+
workAddressDescription: d,
|
|
18
|
+
workAddressPlaceholder: m,
|
|
19
|
+
submitCta: b,
|
|
20
|
+
cancelCta: p,
|
|
21
|
+
formTitle: f,
|
|
22
|
+
selfOnboardingLabel: u,
|
|
23
|
+
dobLabel: w,
|
|
24
|
+
startDateLabel: h,
|
|
25
|
+
startDateDescription: k,
|
|
26
|
+
ssnMask: y,
|
|
27
|
+
validations: D
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
p as cancelCta,
|
|
31
|
+
L as default,
|
|
32
|
+
t as description,
|
|
33
|
+
w as dobLabel,
|
|
34
|
+
l as email,
|
|
35
|
+
n as emailDescription,
|
|
36
|
+
s as firstName,
|
|
37
|
+
f as formTitle,
|
|
38
|
+
a as lastName,
|
|
39
|
+
i as middleInitial,
|
|
40
|
+
r as preferredFirstName,
|
|
41
|
+
u as selfOnboardingLabel,
|
|
42
|
+
o as ssnLabel,
|
|
43
|
+
y as ssnMask,
|
|
44
|
+
k as startDateDescription,
|
|
45
|
+
h as startDateLabel,
|
|
46
|
+
b as submitCta,
|
|
47
|
+
e as title,
|
|
48
|
+
D as validations,
|
|
49
|
+
c as workAddress,
|
|
50
|
+
d as workAddressDescription,
|
|
51
|
+
m as workAddressPlaceholder
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=Employee.Profile-B_wp6Ee2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.Profile-B_wp6Ee2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|